Home
last modified time | relevance | path

Searched refs:lock_cnt (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/rcu/
H A Drte_rcu_qsbr.h52 if (v->qsbr_cnt[thread_id].lock_cnt) \
82 uint32_t lock_cnt; member
306 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_thread_online()
357 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_thread_offline()
396 __atomic_fetch_add(&v->qsbr_cnt[thread_id].lock_cnt, in rte_rcu_qsbr_lock()
429 __atomic_fetch_sub(&v->qsbr_cnt[thread_id].lock_cnt, in rte_rcu_qsbr_unlock()
434 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_unlock()
488 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_quiescent()
H A Drte_rcu_qsbr.c96 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_thread_register()
148 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_thread_unregister()
262 &v->qsbr_cnt[id + t].lock_cnt, in rte_rcu_qsbr_dump()
/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_worker.h454 uint8_t lock_cnt; in cnxk_tim_add_entry_brst() local
461 lock_cnt = (uint8_t)((lock_sema >> TIM_BUCKET_W1_S_LOCK) & in cnxk_tim_add_entry_brst()
464 if (lock_cnt) { in cnxk_tim_add_entry_brst()
477 : [lock_cnt] "=&r"(lock_cnt) in cnxk_tim_add_entry_brst()
/dpdk/drivers/event/octeontx/
H A Dtimvf_worker.h378 uint8_t lock_cnt; in timvf_add_entry_brst() local
390 lock_cnt = (uint8_t) in timvf_add_entry_brst()
393 if (lock_cnt) { in timvf_add_entry_brst()