Home
last modified time | relevance | path

Searched refs:EMPTY_SLOT (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c848 EMPTY_SLOT, in rte_hash_cuckoo_move_insert_mw()
986 return EMPTY_SLOT; in alloc_slot()
997 return EMPTY_SLOT; in alloc_slot()
1053 if (slot_id == EMPTY_SLOT) { in __rte_hash_add_key_with_hash()
1063 if (slot_id == EMPTY_SLOT) in __rte_hash_add_key_with_hash()
1250 bkt->key_idx[i] != EMPTY_SLOT) { in search_one_bucket_l()
1288 if (key_idx != EMPTY_SLOT) { in search_one_bucket_lf()
1625 EMPTY_SLOT, in __rte_hash_compact_ll()
1660 EMPTY_SLOT, in search_and_remove()
1685 uint32_t index = EMPTY_SLOT; in __rte_hash_del_key_with_hash()
[all …]
H A Drte_cuckoo_hash.h119 #define EMPTY_SLOT 0 macro