Home
last modified time | relevance | path

Searched refs:rte_rcu_qsbr_dq_create (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test/
H A Dtest_rcu_qsbr.c638 dq = rte_rcu_qsbr_dq_create(NULL); in test_rcu_qsbr_dq_create()
642 dq = rte_rcu_qsbr_dq_create(&params); in test_rcu_qsbr_dq_create()
647 dq = rte_rcu_qsbr_dq_create(&params); in test_rcu_qsbr_dq_create()
651 dq = rte_rcu_qsbr_dq_create(&params); in test_rcu_qsbr_dq_create()
656 dq = rte_rcu_qsbr_dq_create(&params); in test_rcu_qsbr_dq_create()
660 dq = rte_rcu_qsbr_dq_create(&params); in test_rcu_qsbr_dq_create()
664 dq = rte_rcu_qsbr_dq_create(&params); in test_rcu_qsbr_dq_create()
669 dq = rte_rcu_qsbr_dq_create(&params); in test_rcu_qsbr_dq_create()
676 dq = rte_rcu_qsbr_dq_create(&params); in test_rcu_qsbr_dq_create()
682 dq = rte_rcu_qsbr_dq_create(&params); in test_rcu_qsbr_dq_create()
[all …]
/dpdk/lib/rcu/
H A Dversion.map18 rte_rcu_qsbr_dq_create;
H A Drte_rcu_qsbr.h746 rte_rcu_qsbr_dq_create(const struct rte_rcu_qsbr_dq_parameters *params);
H A Drte_rcu_qsbr.c275 rte_rcu_qsbr_dq_create(const struct rte_rcu_qsbr_dq_parameters *params) in rte_rcu_qsbr_dq_create() function
/dpdk/doc/guides/prog_guide/
H A Drcu_lib.rst204 can create a FIFO to store the references to deleted resources using ``rte_rcu_qsbr_dq_create()``.
230 …PI to register a RCU variable that it will use. It should call ``rte_rcu_qsbr_dq_create()`` to cre…
/dpdk/lib/lpm/
H A Drte_lpm.c336 i_lpm->dq = rte_rcu_qsbr_dq_create(&params); in rte_lpm_rcu_qsbr_add()
/dpdk/lib/hash/
H A Drte_cuckoo_hash.c1552 h->dq = rte_rcu_qsbr_dq_create(&params); in rte_hash_rcu_qsbr_add()