Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Dversion.map35 rte_hash_free_key_with_position;
H A Drte_hash.h435 rte_hash_free_key_with_position(const struct rte_hash *h,
H A Drte_cuckoo_hash.c1820 rte_hash_free_key_with_position(const struct rte_hash *h, in rte_hash_free_key_with_position() function
/f-stack/dpdk/app/test/
H A Dtest_rcu_qsbr_perf.c447 if (rte_hash_free_key_with_position(h, pos) < 0) { in test_rcu_qsbr_sw_sv_1qs()
564 if (rte_hash_free_key_with_position(h, pos) < 0) { in test_rcu_qsbr_sw_sv_1qs_non_blocking()
H A Dtest_rcu_qsbr.c1032 if (rte_hash_free_key_with_position(hash, pos) < 0) { in test_rcu_qsbr_writer()
1172 if (rte_hash_free_key_with_position(h[0], pos[0]) < 0) { in test_rcu_qsbr_sw_sv_3qs()
1190 if (rte_hash_free_key_with_position(h[0], pos[1]) < 0) { in test_rcu_qsbr_sw_sv_3qs()
1208 if (rte_hash_free_key_with_position(h[0], pos[2]) < 0) { in test_rcu_qsbr_sw_sv_3qs()
H A Dtest_hash.c335 pos1 = rte_hash_free_key_with_position(handle, delPos1); in test_add_delete()
473 result = rte_hash_free_key_with_position(handle, delPos0); in test_add_update_delete_free()
531 pos = rte_hash_free_key_with_position(handle, delPos); in test_add_delete_free_lf()
567 pos = rte_hash_free_key_with_position(handle, delPos); in test_add_delete_free_lf()
648 result = rte_hash_free_key_with_position(handle, delPos); in test_hash_get_key_with_position()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst116 …ee read/write concurrency' flag enabled, users need to call 'rte_hash_free_key_with_position' API …