logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                rte_seqlock_t(3)

Detailed Description

       The RTE seqlock type.

       Definition at line 101 of file rte_seqlock.h.

Field Documentation

rte_seqcount_tcount
       Sequence count for the protected data.

       Definition at line 102 of file rte_seqlock.h.

   rte_spinlock_tlock
       Spinlock used to serialize writers.

       Definition at line 103 of file rte_seqlock.h.

Name

       rte_seqlock_t

Synopsis

       #include <rte_seqlock.h>

   DataFieldsrte_seqcount_tcountrte_spinlock_tlock

See Also