Home
last modified time | relevance | path

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

/f-stack/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 …]
/f-stack/dpdk/lib/librte_rcu/
H A Dversion.map18 rte_rcu_qsbr_dq_create;
H A Drte_rcu_qsbr.h755 rte_rcu_qsbr_dq_create(const struct rte_rcu_qsbr_dq_parameters *params);
H A Drte_rcu_qsbr.c279 rte_rcu_qsbr_dq_create(const struct rte_rcu_qsbr_dq_parameters *params) in rte_rcu_qsbr_dq_create() function
/f-stack/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…
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm.c343 i_lpm->dq = rte_rcu_qsbr_dq_create(&params); in rte_lpm_rcu_qsbr_add()
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1556 h->dq = rte_rcu_qsbr_dq_create(&params); in rte_hash_rcu_qsbr_add()