Searched refs:rte_rcu_qsbr_thread_offline (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_rcu_qsbr.c | 403 rte_rcu_qsbr_thread_offline(t[0], lcore_id); in test_rcu_qsbr_synchronize_reader() 439 rte_rcu_qsbr_thread_offline(t[0], 0); in test_rcu_qsbr_synchronize() 444 rte_rcu_qsbr_thread_offline(t[0], RTE_MAX_LCORE - 1); in test_rcu_qsbr_synchronize() 543 rte_rcu_qsbr_thread_offline(t[0], enabled_core_ids[0]); in test_rcu_qsbr_thread_offline() 587 rte_rcu_qsbr_thread_offline(t[0], i); in test_rcu_qsbr_thread_offline() 991 rte_rcu_qsbr_thread_offline(temp, lcore_id); in test_rcu_qsbr_reader()
|
| H A D | test_rcu_qsbr_perf.c | 88 rte_rcu_qsbr_thread_offline(t[0], thread_id); in test_rcu_qsbr_reader_perf() 315 rte_rcu_qsbr_thread_offline(temp, thread_id); in test_rcu_qsbr_hash_reader()
|
| H A D | test_lpm_perf.c | 420 rte_rcu_qsbr_thread_offline(rv, thread_id); in test_lpm_rcu_qsbr_reader()
|
| H A D | test_lpm.c | 1418 rte_rcu_qsbr_thread_offline(qsv, 0); in test20() 1464 rte_rcu_qsbr_thread_offline(g_v, 0); in test_lpm_rcu_qsbr_reader()
|
| H A D | test_hash.c | 2018 rte_rcu_qsbr_thread_offline(g_qsv, 0); in test_hash_rcu_qsbr_dq_mode() 2061 rte_rcu_qsbr_thread_offline(g_qsv, 0); in test_hash_rcu_qsbr_reader()
|
| H A D | test_hash_readwrite_lf_perf.c | 1258 rte_rcu_qsbr_thread_offline(rv, lcore_id); in test_hash_rcu_qsbr_reader()
|
| /f-stack/dpdk/lib/librte_rcu/ |
| H A D | rte_rcu_qsbr.h | 361 rte_rcu_qsbr_thread_offline(struct rte_rcu_qsbr *v, unsigned int thread_id) in rte_rcu_qsbr_thread_offline() function
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 143 call ``rte_rcu_qsbr_thread_offline()`` API, before calling blocking APIs. It 179 The reader thread must call ``rte_rcu_qsbr_thread_offline()`` and
|