logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_spinlock_recursive_t

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                     rte_spinlock_recursive_t(3)

Detailed Description

       The rte_spinlock_recursive_t type.

       Definition at line 198 of file rte_spinlock.h.

Field Documentation

rte_spinlock_tsl
       the actual spinlock

       Definition at line 199 of file rte_spinlock.h.

   volatileintuser
       core id using lock, -1 for unused

       Definition at line 200 of file rte_spinlock.h.

   volatileintcount
       count of time this lock has been called

       Definition at line 201 of file rte_spinlock.h.

Name

       rte_spinlock_recursive_t

Synopsis

       #include <rte_spinlock.h>

   DataFieldsrte_spinlock_tsl
       volatile int user
       volatile int count

See Also