Home
last modified time | relevance | path

Searched defs:rwl (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/eal/include/generic/
H A Drte_rwlock.h76 rte_rwlock_init(rte_rwlock_t *rwl) in rte_rwlock_init() argument
92 rte_rwlock_read_lock(rte_rwlock_t *rwl) in rte_rwlock_read_lock() argument
129 rte_rwlock_read_trylock(rte_rwlock_t * rwl) rte_rwlock_read_trylock() argument
162 rte_rwlock_read_unlock(rte_rwlock_t * rwl) rte_rwlock_read_unlock() argument
180 rte_rwlock_write_trylock(rte_rwlock_t * rwl) rte_rwlock_write_trylock() argument
202 rte_rwlock_write_lock(rte_rwlock_t * rwl) rte_rwlock_write_lock() argument
240 rte_rwlock_write_unlock(rte_rwlock_t * rwl) rte_rwlock_write_unlock() argument
256 rte_rwlock_write_is_locked(rte_rwlock_t * rwl) rte_rwlock_write_is_locked() argument
[all...]
/dpdk/lib/eal/ppc/include/
H A Drte_rwlock.h13 rte_rwlock_read_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_lock_tm() argument
19 rte_rwlock_read_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_unlock_tm() argument
25 rte_rwlock_write_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_lock_tm() argument
31 rte_rwlock_write_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_unlock_tm() argument
/dpdk/lib/eal/loongarch/include/
H A Drte_rwlock.h15 rte_rwlock_read_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_lock_tm() argument
21 rte_rwlock_read_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_unlock_tm() argument
27 rte_rwlock_write_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_lock_tm() argument
33 rte_rwlock_write_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_unlock_tm() argument
/dpdk/lib/eal/arm/include/
H A Drte_rwlock.h15 rte_rwlock_read_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_lock_tm() argument
21 rte_rwlock_read_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_unlock_tm() argument
27 rte_rwlock_write_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_lock_tm() argument
33 rte_rwlock_write_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_unlock_tm() argument
/dpdk/lib/eal/riscv/include/
H A Drte_rwlock.h17 rte_rwlock_read_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_lock_tm() argument
23 rte_rwlock_read_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_unlock_tm() argument
29 rte_rwlock_write_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_lock_tm() argument
35 rte_rwlock_write_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_unlock_tm() argument
/dpdk/lib/eal/x86/include/
H A Drte_rwlock.h16 rte_rwlock_read_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_lock_tm() argument
25 rte_rwlock_read_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_read_unlock_tm() argument
35 rte_rwlock_write_lock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_lock_tm() argument
44 rte_rwlock_write_unlock_tm(rte_rwlock_t *rwl) in rte_rwlock_write_unlock_tm() argument
[all...]
/dpdk/lib/ipsec/
H A Dsa.h60 rte_rwlock_t rwl; member