Home
last modified time | relevance | path

Searched refs:rte_hash_find_existing (Results 1 – 10 of 10) sorted by relevance

/dpdk/app/test/
H A Dtest_func_reentrancy.c213 handle = rte_hash_find_existing("fr_test_once"); in hash_clean()
219 if ((handle = rte_hash_find_existing(hash_name)) != NULL) in hash_clean()
260 if (handle != rte_hash_find_existing(hash_name)) in hash_create_free()
266 if (NULL != rte_hash_find_existing(hash_name)) in hash_create_free()
H A Dtest_mp_secondary.c173 (rte_hash_find_existing(hash_params.name) == NULL)){ in run_object_creation_tests()
H A Dtest_hash_perf.c108 h[table_index] = rte_hash_find_existing(name); in create_table()
H A Dtest_hash.c682 result = rte_hash_find_existing("hash_find_existing"); in test_hash_find_existing()
686 result = rte_hash_find_existing("hash_find_non_existing"); in test_hash_find_existing()
/dpdk/lib/hash/
H A Dversion.map15 rte_hash_find_existing;
H A Drte_hash.h173 rte_hash_find_existing(const char *name);
H A Drte_cuckoo_hash.c57 rte_hash_find_existing(const char *name) in rte_hash_find_existing() function
/dpdk/lib/table/
H A Drte_table_hash_cuckoo.c113 h_table = rte_hash_find_existing(p->name); in rte_table_hash_cuckoo_create()
/dpdk/drivers/net/memif/
H A Dmemif_socket.c1005 hash = rte_hash_find_existing(MEMIF_SOCKET_HASH_NAME); in memif_socket_init()
1060 hash = rte_hash_find_existing(MEMIF_SOCKET_HASH_NAME); in memif_socket_remove_device()
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_hwdev.c342 paddr_hash = rte_hash_find_existing(dh_params.name); in hinic_osdep_init()