Searched refs:rte_rcu_qsbr_thread_online (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_rcu_qsbr.c | 398 rte_rcu_qsbr_thread_online(t[0], lcore_id); in test_rcu_qsbr_synchronize_reader() 437 rte_rcu_qsbr_thread_online(t[0], 0); in test_rcu_qsbr_synchronize() 442 rte_rcu_qsbr_thread_online(t[0], RTE_MAX_LCORE - 1); in test_rcu_qsbr_synchronize() 494 rte_rcu_qsbr_thread_online(t[0], enabled_core_ids[0]); in test_rcu_qsbr_thread_online() 511 rte_rcu_qsbr_thread_online(t[0], i); in test_rcu_qsbr_thread_online() 556 rte_rcu_qsbr_thread_online(t[0], enabled_core_ids[0]); in test_rcu_qsbr_thread_offline() 571 rte_rcu_qsbr_thread_online(t[0], i); in test_rcu_qsbr_thread_offline() 595 rte_rcu_qsbr_thread_online(t[0], i); in test_rcu_qsbr_thread_offline() 873 rte_rcu_qsbr_thread_online(t[0], 1); in test_rcu_qsbr_dq_functional() 978 rte_rcu_qsbr_thread_online(temp, lcore_id); in test_rcu_qsbr_reader()
|
| H A D | test_rcu_qsbr_perf.c | 65 rte_rcu_qsbr_thread_online(t[0], thread_id); in test_rcu_qsbr_reader_perf() 302 rte_rcu_qsbr_thread_online(temp, thread_id); in test_rcu_qsbr_hash_reader()
|
| H A D | test_lpm_perf.c | 407 rte_rcu_qsbr_thread_online(rv, thread_id); in test_lpm_rcu_qsbr_reader()
|
| H A D | test_lpm.c | 1395 rte_rcu_qsbr_thread_online(qsv, 0); in test20() 1454 rte_rcu_qsbr_thread_online(g_v, 0); in test_lpm_rcu_qsbr_reader()
|
| H A D | test_hash.c | 1980 rte_rcu_qsbr_thread_online(g_qsv, 0); in test_hash_rcu_qsbr_dq_mode() 2051 rte_rcu_qsbr_thread_online(g_qsv, 0); in test_hash_rcu_qsbr_reader()
|
| H A D | test_hash_readwrite_lf_perf.c | 1248 rte_rcu_qsbr_thread_online(rv, lcore_id); in test_hash_rcu_qsbr_reader()
|
| /f-stack/dpdk/lib/librte_rcu/ |
| H A D | rte_rcu_qsbr.h | 303 rte_rcu_qsbr_thread_online(struct rte_rcu_qsbr *v, unsigned int thread_id) in rte_rcu_qsbr_thread_online() function
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 137 The reader thread must call ``rte_rcu_qsbr_thread_online()`` API to start 144 can call ``rte_rcu_qsbr_thread_online()`` API once the blocking API call
|