Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_seqlock_t(3)		     DPDK		      rte_seqlock_t(3)

NAME
       rte_seqlock_t

SYNOPSIS
       #include	<rte_seqlock.h>

   Data	Fields
       rte_seqcount_t count
       rte_spinlock_t lock

Detailed Description
       The RTE seqlock type.

       Definition at line 101 of file rte_seqlock.h.

Field Documentation
   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.

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 2026		      rte_seqlock_t(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=lock&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help