Searched refs:EMPTY_SLOT (Results 1 – 2 of 2) sorted by relevance
852 EMPTY_SLOT, in rte_hash_cuckoo_move_insert_mw()990 return EMPTY_SLOT; in alloc_slot()1001 return EMPTY_SLOT; in alloc_slot()1057 if (slot_id == EMPTY_SLOT) { in __rte_hash_add_key_with_hash()1067 if (slot_id == EMPTY_SLOT) in __rte_hash_add_key_with_hash()1254 bkt->key_idx[i] != EMPTY_SLOT) { in search_one_bucket_l()1292 if (key_idx != EMPTY_SLOT) { in search_one_bucket_lf()1629 EMPTY_SLOT, in __rte_hash_compact_ll()1664 EMPTY_SLOT, in search_and_remove()1689 uint32_t index = EMPTY_SLOT; in __rte_hash_del_key_with_hash()[all …]
113 #define EMPTY_SLOT 0 macro