DPDK 25.11.3
Loading...
Searching...
No Matches
rte_spinlock_recursive_t Struct Reference

#include <rte_spinlock.h>

Data Fields

rte_spinlock_t sl
int owner
int count

Detailed Description

The rte_spinlock_recursive_t type.

Definition at line 202 of file rte_spinlock.h.

Field Documentation

◆ sl

the actual spinlock

Definition at line 203 of file rte_spinlock.h.

◆ owner

int owner

thread id owning lock, -1 for unused

Definition at line 204 of file rte_spinlock.h.

◆ count

int count

count of time this lock has been called

Definition at line 205 of file rte_spinlock.h.


The documentation for this struct was generated from the following file: