Searched refs:rte_rcu_qsbr_quiescent (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_rcu_qsbr.c | 251 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 D | test_rcu_qsbr_perf.c | 72 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 D | test_lpm_perf.c | 417 rte_rcu_qsbr_quiescent(rv, thread_id); in test_lpm_rcu_qsbr_reader()
|
| H A D | test_lpm.c | 1413 rte_rcu_qsbr_quiescent(qsv, 0); in test20() 1461 rte_rcu_qsbr_quiescent(g_v, 0); in test_lpm_rcu_qsbr_reader()
|
| H A D | test_hash.c | 2009 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 D | test_hash_readwrite_lf_perf.c | 1255 rte_rcu_qsbr_quiescent(rv, lcore_id); in test_hash_rcu_qsbr_reader()
|
| /f-stack/dpdk/lib/librte_rcu/ |
| H A D | rte_rcu_qsbr.h | 490 rte_rcu_qsbr_quiescent(struct rte_rcu_qsbr *v, unsigned int thread_id) in rte_rcu_qsbr_quiescent() function
|
| H A D | rte_rcu_qsbr.c | 204 rte_rcu_qsbr_quiescent(v, thread_id); in rte_rcu_qsbr_synchronize()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 184 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.
|