Searched defs:sl (Results 1 – 13 of 13) sorted by relevance
22 rte_spinlock_lock(rte_spinlock_t *sl) in rte_spinlock_lock() argument 31 rte_spinlock_unlock(rte_spinlock_t *sl) in rte_spinlock_unlock() argument 38 rte_spinlock_trylock(rte_spinlock_t *sl) in rte_spinlock_trylock() argument 52 rte_spinlock_lock_tm(rte_spinlock_t *sl) in rte_spinlock_lock_tm() argument 58 rte_spinlock_trylock_tm(rte_spinlock_t *sl) in rte_spinlock_trylock_tm() argument 64 rte_spinlock_unlock_tm(rte_spinlock_t * sl) rte_spinlock_unlock_tm() argument [all...]
25 rte_spinlock_lock(rte_spinlock_t *sl) in rte_spinlock_lock() argument 46 rte_spinlock_unlock (rte_spinlock_t *sl) in rte_spinlock_unlock() argument 58 rte_spinlock_trylock (rte_spinlock_t *sl) in rte_spinlock_trylock() argument 126 rte_spinlock_lock_tm(rte_spinlock_t *sl) in rte_spinlock_lock_tm() argument 136 rte_spinlock_trylock_tm(rte_spinlock_t *sl) in rte_spinlock_trylock_tm() argument 146 rte_spinlock_unlock_tm(rte_spinlock_t * sl) rte_spinlock_unlock_tm() argument [all...]
47 * @param sl in rte_spinlock_init() argument 64 __rte_exclusive_lock_function(sl); in rte_spinlock_lock() argument 90 rte_spinlock_unlock(rte_spinlock_t * sl) rte_spinlock_unlock() argument 112 rte_spinlock_trylock(rte_spinlock_t * sl) rte_spinlock_trylock() argument 129 rte_spinlock_is_locked(rte_spinlock_t * sl) rte_spinlock_is_locked() argument 195 rte_spinlock_t sl; /**< the actual spinlock */ global() member [all...]
28 rte_spinlock_lock_tm(rte_spinlock_t *sl) in rte_spinlock_lock_tm() argument 34 rte_spinlock_trylock_tm(rte_spinlock_t *sl) in rte_spinlock_trylock_tm() argument 40 rte_spinlock_unlock_tm(rte_spinlock_t *sl) in rte_spinlock_unlock_tm() argument
25 rte_spinlock_lock_tm(rte_spinlock_t *sl) in rte_spinlock_lock_tm() argument 31 rte_spinlock_trylock_tm(rte_spinlock_t *sl) in rte_spinlock_trylock_tm() argument 37 rte_spinlock_unlock_tm(rte_spinlock_t *sl) in rte_spinlock_unlock_tm() argument
30 rte_spinlock_t sl; member
32 static rte_pflock_t sl; variable
46 static rte_spinlock_t sl, sl_try; variable
36 static rte_rwlock_t sl; variable
120 uint64_t sl:8; member
178 } sl; member
731 rte_spinlock_t sl; /**< Spinlock for add/delete. */ member