Home
last modified time | relevance | path

Searched defs:slr (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_eal/arm/include/
H A Drte_spinlock.h43 rte_spinlock_recursive_lock_tm(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_lock_tm()
49 rte_spinlock_recursive_unlock_tm(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_unlock_tm()
55 rte_spinlock_recursive_trylock_tm(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_trylock_tm()
/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_spinlock.h200 static inline void rte_spinlock_recursive_init(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_init()
213 static inline void rte_spinlock_recursive_lock(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_lock()
229 static inline void rte_spinlock_recursive_unlock(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_unlock()
246 static inline int rte_spinlock_recursive_trylock(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_trylock()
/f-stack/dpdk/lib/librte_eal/ppc/include/
H A Drte_spinlock.h67 rte_spinlock_recursive_lock_tm(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_lock_tm()
73 rte_spinlock_recursive_unlock_tm(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_unlock_tm()
79 rte_spinlock_recursive_trylock_tm(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_trylock_tm()
/f-stack/dpdk/lib/librte_eal/x86/include/
H A Drte_spinlock.h150 rte_spinlock_recursive_lock_tm(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_lock_tm()
159 rte_spinlock_recursive_unlock_tm(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_unlock_tm()
168 rte_spinlock_recursive_trylock_tm(rte_spinlock_recursive_t *slr) in rte_spinlock_recursive_trylock_tm()
/f-stack/dpdk/app/test/
H A Dtest_spinlock.c49 static rte_spinlock_recursive_t slr; variable