Home
last modified time | relevance | path

Searched defs:sl (Results 1 – 13 of 13) sorted by relevance

/dpdk/lib/eal/ppc/include/
H A Drte_spinlock.h22 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...]
/dpdk/lib/eal/x86/include/
H A Drte_spinlock.h25 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...]
/dpdk/lib/eal/include/generic/
H A Drte_spinlock.h47 * @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...]
/dpdk/lib/eal/riscv/include/
H A Drte_spinlock.h28 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
/dpdk/lib/eal/arm/include/
H A Drte_spinlock.h25 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
/dpdk/lib/eal/loongarch/include/
H A Drte_spinlock.h25 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
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.h30 rte_spinlock_t sl; member
/dpdk/app/test/
H A Dtest_pflock.c32 static rte_pflock_t sl; variable
H A Dtest_spinlock.c46 static rte_spinlock_t sl, sl_try; variable
H A Dtest_rwlock.c36 static rte_rwlock_t sl; variable
/dpdk/drivers/net/octeon_ep/
H A Dotx_ep_vf.h120 uint64_t sl:8; member
/dpdk/drivers/common/qat/qat_adf/
H A Dicp_qat_fw_comp.h178 } sl; member
/dpdk/lib/mempool/
H A Drte_mempool.h731 rte_spinlock_t sl; /**< Spinlock for add/delete. */ member