Home
last modified time | relevance | path

Searched refs:rte_rcu_qsbr_quiescent (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_rcu_qsbr.c251 rte_rcu_qsbr_quiescent(t[0], in test_rcu_qsbr_thread_unregister()
261 rte_rcu_qsbr_quiescent(t[0], skip_thread_id); in test_rcu_qsbr_thread_unregister()
401 rte_rcu_qsbr_quiescent(t[0], lcore_id); in test_rcu_qsbr_synchronize_reader()
502 rte_rcu_qsbr_quiescent(t[0], enabled_core_ids[0]); in test_rcu_qsbr_thread_online()
519 rte_rcu_qsbr_quiescent(t[0], i); in test_rcu_qsbr_thread_online()
559 rte_rcu_qsbr_quiescent(t[0], enabled_core_ids[0]); in test_rcu_qsbr_thread_offline()
581 rte_rcu_qsbr_quiescent(t[0], i); in test_rcu_qsbr_thread_offline()
599 rte_rcu_qsbr_quiescent(t[0], i); in test_rcu_qsbr_thread_offline()
895 rte_rcu_qsbr_quiescent(t[0], 1); in test_rcu_qsbr_dq_functional()
912 rte_rcu_qsbr_quiescent(t[0], 1); in test_rcu_qsbr_dq_functional()
[all …]
H A Dtest_rcu_qsbr_perf.c72 rte_rcu_qsbr_quiescent(t[0], thread_id); in test_rcu_qsbr_reader_perf()
78 rte_rcu_qsbr_quiescent(t[0], thread_id); in test_rcu_qsbr_reader_perf()
314 rte_rcu_qsbr_quiescent(temp, thread_id); in test_rcu_qsbr_hash_reader()
H A Dtest_lpm_perf.c417 rte_rcu_qsbr_quiescent(rv, thread_id); in test_lpm_rcu_qsbr_reader()
H A Dtest_lpm.c1413 rte_rcu_qsbr_quiescent(qsv, 0); in test20()
1461 rte_rcu_qsbr_quiescent(g_v, 0); in test_lpm_rcu_qsbr_reader()
H A Dtest_hash.c2009 rte_rcu_qsbr_quiescent(g_qsv, 0); in test_hash_rcu_qsbr_dq_mode()
2058 rte_rcu_qsbr_quiescent(g_qsv, 0); in test_hash_rcu_qsbr_reader()
H A Dtest_hash_readwrite_lf_perf.c1255 rte_rcu_qsbr_quiescent(rv, lcore_id); in test_hash_rcu_qsbr_reader()
/f-stack/dpdk/lib/librte_rcu/
H A Drte_rcu_qsbr.h490 rte_rcu_qsbr_quiescent(struct rte_rcu_qsbr *v, unsigned int thread_id) in rte_rcu_qsbr_quiescent() function
H A Drte_rcu_qsbr.c204 rte_rcu_qsbr_quiescent(v, thread_id); in rte_rcu_qsbr_synchronize()
/f-stack/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst184 The reader threads should call ``rte_rcu_qsbr_quiescent()`` API to indicate that
191 ``rte_rcu_qsbr_quiescent()`` will check if all the locks are unlocked.