Home
last modified time | relevance | path

Searched refs:qsbr_cnt (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_rcu/
H A Drte_rcu_qsbr.h56 if (v->qsbr_cnt[thread_id].lock_cnt) \
310 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_thread_online()
322 __atomic_store_n(&v->qsbr_cnt[thread_id].cnt, in rte_rcu_qsbr_thread_online()
366 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_thread_offline()
373 __atomic_store_n(&v->qsbr_cnt[thread_id].cnt, in rte_rcu_qsbr_thread_offline()
405 __atomic_fetch_add(&v->qsbr_cnt[thread_id].lock_cnt, in rte_rcu_qsbr_lock()
438 __atomic_fetch_sub(&v->qsbr_cnt[thread_id].lock_cnt, in rte_rcu_qsbr_unlock()
443 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_unlock()
497 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_quiescent()
512 __atomic_store_n(&v->qsbr_cnt[thread_id].cnt, in rte_rcu_qsbr_quiescent()
[all …]
H A Drte_rcu_qsbr.c100 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_thread_register()
152 v->qsbr_cnt[thread_id].lock_cnt); in rte_rcu_qsbr_thread_unregister()
263 &v->qsbr_cnt[id + t].cnt, in rte_rcu_qsbr_dump()
266 &v->qsbr_cnt[id + t].lock_cnt, in rte_rcu_qsbr_dump()