Searched refs:rte_rcu_qsbr_thread_unregister (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_rcu_qsbr.c | 191 ret = rte_rcu_qsbr_thread_unregister(NULL, enabled_core_ids[0]); in test_rcu_qsbr_thread_unregister() 194 ret = rte_rcu_qsbr_thread_unregister(NULL, 100000); in test_rcu_qsbr_thread_unregister() 202 ret = rte_rcu_qsbr_thread_unregister(t[0], 100000); in test_rcu_qsbr_thread_unregister() 212 ret = rte_rcu_qsbr_thread_unregister(t[0], i); in test_rcu_qsbr_thread_unregister() 216 ret = rte_rcu_qsbr_thread_unregister(t[0], i); in test_rcu_qsbr_thread_unregister() 270 rte_rcu_qsbr_thread_unregister(t[0], in test_rcu_qsbr_thread_unregister() 318 rte_rcu_qsbr_thread_unregister(temp, in test_rcu_qsbr_check_reader() 366 rte_rcu_qsbr_thread_unregister(t[0], enabled_core_ids[i]); in test_rcu_qsbr_check() 404 rte_rcu_qsbr_thread_unregister(t[0], lcore_id); in test_rcu_qsbr_synchronize_reader() 448 rte_rcu_qsbr_thread_unregister(t[0], i); in test_rcu_qsbr_synchronize() [all …]
|
| H A D | test_rcu_qsbr_perf.c | 90 rte_rcu_qsbr_thread_unregister(t[0], thread_id); in test_rcu_qsbr_reader_perf() 323 rte_rcu_qsbr_thread_unregister(temp, thread_id); in test_rcu_qsbr_hash_reader()
|
| H A D | test_lpm_perf.c | 421 rte_rcu_qsbr_thread_unregister(rv, thread_id); in test_lpm_rcu_qsbr_reader()
|
| H A D | test_lpm.c | 1419 status = rte_rcu_qsbr_thread_unregister(qsv, 0); in test20() 1465 rte_rcu_qsbr_thread_unregister(g_v, 0); in test_lpm_rcu_qsbr_reader()
|
| H A D | test_hash.c | 2019 (void)rte_rcu_qsbr_thread_unregister(g_qsv, 0); in test_hash_rcu_qsbr_dq_mode() 2062 (void)rte_rcu_qsbr_thread_unregister(g_qsv, 0); in test_hash_rcu_qsbr_reader()
|
| H A D | test_hash_readwrite_lf_perf.c | 1259 (void)rte_rcu_qsbr_thread_unregister(rv, lcore_id); in test_hash_rcu_qsbr_reader()
|
| /f-stack/dpdk/lib/librte_rcu/ |
| H A D | version.map | 10 rte_rcu_qsbr_thread_unregister;
|
| H A D | rte_rcu_qsbr.h | 275 rte_rcu_qsbr_thread_unregister(struct rte_rcu_qsbr *v, unsigned int thread_id);
|
| H A D | rte_rcu_qsbr.c | 138 rte_rcu_qsbr_thread_unregister(struct rte_rcu_qsbr *v, unsigned int thread_id) in rte_rcu_qsbr_thread_unregister() function
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rcu_lib.rst | 180 ``rte_rcu_qsbr_thread_unregister()`` APIs to remove itself from reporting its
|