Home
last modified time | relevance | path

Searched refs:num_threads (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/rcu/
H A Drte_rcu_qsbr.c118 __atomic_fetch_add(&v->num_threads, in rte_rcu_qsbr_thread_register()
174 __atomic_fetch_sub(&v->num_threads, in rte_rcu_qsbr_thread_unregister()
226 fprintf(f, " Current # threads = %u\n", v->num_threads); in rte_rcu_qsbr_dump()
H A Drte_rcu_qsbr.h107 uint32_t num_threads; member
683 if (likely(v->num_threads == v->max_threads)) in rte_rcu_qsbr_check()
/dpdk/app/test/
H A Dtest_rcu_qsbr.c183 unsigned int num_threads[3] = {1, RTE_MAX_LCORE, 1}; in test_rcu_qsbr_thread_unregister() local
238 for (i = 0; i < num_threads[j]; i++) in test_rcu_qsbr_thread_unregister()
247 for (i = 0; i < num_threads[j]; i++) { in test_rcu_qsbr_thread_unregister()
269 for (i = 0; i < num_threads[j]; i++) in test_rcu_qsbr_thread_unregister()