table of contents
rte_spinlock_recursive_t(3) | DPDK | rte_spinlock_recursive_t(3) |
NAME¶
rte_spinlock_recursive_t
SYNOPSIS¶
#include <rte_spinlock.h>
Data Fields¶
rte_spinlock_t sl
volatile int user
volatile int count
Detailed Description¶
The rte_spinlock_recursive_t type.
Definition at line 194 of file rte_spinlock.h.
Field Documentation¶
rte_spinlock_t sl¶
the actual spinlock
Definition at line 195 of file rte_spinlock.h.
volatile int user¶
core id using lock, -1 for unused
Definition at line 196 of file rte_spinlock.h.
volatile int count¶
count of time this lock has been called
Definition at line 197 of file rte_spinlock.h.
Author¶
Generated automatically by Doxygen for DPDK from the source code.
Fri Dec 15 2023 | Version 23.11.0 |