| rte_spinlock_recursive_t(3) | Library Functions Manual | rte_spinlock_recursive_t(3) |
rte_spinlock_recursive_t
#include <rte_spinlock.h>
rte_spinlock_t sl
volatile int user
volatile int count
The rte_spinlock_recursive_t type.
Definition at line 198 of file rte_spinlock.h.
the actual spinlock
Definition at line 199 of file rte_spinlock.h.
core id using lock, -1 for unused
Definition at line 200 of file rte_spinlock.h.
count of time this lock has been called
Definition at line 201 of file rte_spinlock.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |