Searched refs:rte_hash_find_existing (Results 1 – 10 of 10) sorted by relevance
15 rte_hash_find_existing;
173 rte_hash_find_existing(const char *name);
61 rte_hash_find_existing(const char *name) in rte_hash_find_existing() function
214 if ((handle = rte_hash_find_existing(hash_name)) != NULL) in hash_clean()255 if (handle != rte_hash_find_existing(hash_name)) in hash_create_free()261 if (NULL != rte_hash_find_existing(hash_name)) in hash_create_free()
164 (rte_hash_find_existing(hash_params.name) == NULL)){ in run_object_creation_tests()
108 h[table_index] = rte_hash_find_existing(name); in create_table()
678 result = rte_hash_find_existing("hash_find_existing"); in test_hash_find_existing()682 result = rte_hash_find_existing("hash_find_non_existing"); in test_hash_find_existing()
115 h_table = rte_hash_find_existing(p->name); in rte_table_hash_cuckoo_create()
958 hash = rte_hash_find_existing(MEMIF_SOCKET_HASH_NAME); in memif_socket_init()1013 hash = rte_hash_find_existing(MEMIF_SOCKET_HASH_NAME); in memif_socket_remove_device()
342 paddr_hash = rte_hash_find_existing(dh_params.name); in hinic_osdep_init()