DPDK
18.05.1
|
#include <rte_spinlock.h>
Data Fields | |
rte_spinlock_t | sl |
volatile int | user |
volatile int | count |
The rte_spinlock_recursive_t type.
Definition at line 175 of file rte_spinlock.h.
the actual spinlock
Definition at line 176 of file rte_spinlock.h.
volatile int user |
core id using lock, -1 for unused
Definition at line 177 of file rte_spinlock.h.
volatile int count |
count of time this lock has been called
Definition at line 178 of file rte_spinlock.h.