Home
last modified time | relevance | path

Searched refs:rte_rcu_qsbr_init (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_rcu_qsbr.c154 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_thread_register()
198 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_thread_unregister()
236 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_thread_unregister()
293 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_start()
337 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_check()
371 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_check()
420 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_synchronize()
480 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_thread_online()
507 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_thread_online()
538 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_thread_offline()
[all …]
H A Dtest_rcu_qsbr_perf.c152 rte_rcu_qsbr_init(t[0], tmp_num_cores); in test_rcu_qsbr_perf()
212 rte_rcu_qsbr_init(t[0], tmp_num_cores); in test_rcu_qsbr_rperf()
259 rte_rcu_qsbr_init(t[0], RTE_MAX_LCORE); in test_rcu_qsbr_wperf()
410 rte_rcu_qsbr_init(t[0], tmp_num_cores); in test_rcu_qsbr_sw_sv_1qs()
525 rte_rcu_qsbr_init(t[0], tmp_num_cores); in test_rcu_qsbr_sw_sv_1qs_non_blocking()
H A Dtest_lpm.c1305 status = rte_rcu_qsbr_init(qsv, RTE_MAX_LCORE); in test19()
1376 status = rte_rcu_qsbr_init(qsv, 1); in test20()
1507 status = rte_rcu_qsbr_init(g_v, 1); in test21()
H A Dtest_lpm_perf.c532 rte_rcu_qsbr_init(rv, num_cores); in test_lpm_rcu_perf_multi_writer()
H A Dtest_hash.c1853 status = rte_rcu_qsbr_init(g_qsv, RTE_MAX_LCORE); in test_hash_rcu_qsbr_add()
1955 status = rte_rcu_qsbr_init(g_qsv, RTE_MAX_LCORE); in test_hash_rcu_qsbr_dq_mode()
2125 status = rte_rcu_qsbr_init(g_qsv, RTE_MAX_LCORE); in test_hash_rcu_qsbr_sync_mode()
H A Dtest_hash_readwrite_lf_perf.c1336 rte_rcu_qsbr_init(rv, RTE_MAX_LCORE); in test_hash_rcu_qsbr_writer_perf()
/f-stack/dpdk/lib/librte_rcu/
H A Dversion.map7 rte_rcu_qsbr_init;
H A Drte_rcu_qsbr.h234 rte_rcu_qsbr_init(struct rte_rcu_qsbr *v, uint32_t max_threads);
H A Drte_rcu_qsbr.c54 rte_rcu_qsbr_init(struct rte_rcu_qsbr *v, uint32_t max_threads) in rte_rcu_qsbr_init() function
/f-stack/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst126 ``rte_rcu_qsbr_init()``.