DOKK / manpages / debian 13 / dpdk-doc / rte_seqlock_t.3.en
rte_seqlock_t(3) Library Functions Manual rte_seqlock_t(3)

rte_seqlock_t

#include <rte_seqlock.h>


rte_seqcount_t count
rte_spinlock_t lock

The RTE seqlock type.

Definition at line 101 of file rte_seqlock.h.

rte_seqcount_t count

Sequence count for the protected data.

Definition at line 102 of file rte_seqlock.h.

rte_spinlock_t lock

Spinlock used to serialize writers.

Definition at line 103 of file rte_seqlock.h.

Generated automatically by Doxygen for DPDK from the source code.

Version 24.11.3 DPDK