Lines Matching refs:rv
1232 static struct rte_rcu_qsbr *rv; variable
1247 (void)rte_rcu_qsbr_thread_register(rv, lcore_id); in test_hash_rcu_qsbr_reader()
1248 rte_rcu_qsbr_thread_online(rv, lcore_id); in test_hash_rcu_qsbr_reader()
1255 rte_rcu_qsbr_quiescent(rv, lcore_id); in test_hash_rcu_qsbr_reader()
1258 rte_rcu_qsbr_thread_offline(rv, lcore_id); in test_hash_rcu_qsbr_reader()
1259 (void)rte_rcu_qsbr_thread_unregister(rv, lcore_id); in test_hash_rcu_qsbr_reader()
1313 rv = (struct rte_rcu_qsbr *)rte_zmalloc(NULL, sz, RTE_CACHE_LINE_SIZE); in test_hash_rcu_qsbr_writer_perf()
1314 rcu_config.v = rv; in test_hash_rcu_qsbr_writer_perf()
1336 rte_rcu_qsbr_init(rv, RTE_MAX_LCORE); in test_hash_rcu_qsbr_writer_perf()
1378 rte_free(rv); in test_hash_rcu_qsbr_writer_perf()
1385 rte_free(rv); in test_hash_rcu_qsbr_writer_perf()