Searched refs:curr_bkt (Results 1 – 1 of 1) sorted by relevance
815 if (curr_bkt->key_idx[curr_slot] != EMPTY_SLOT) { in rte_hash_cuckoo_move_insert_mw()849 != curr_bkt)) { in rte_hash_cuckoo_move_insert_mw()878 curr_bkt->sig_current[curr_slot] = in rte_hash_cuckoo_move_insert_mw()881 __atomic_store_n(&curr_bkt->key_idx[curr_slot], in rte_hash_cuckoo_move_insert_mw()887 curr_bkt = curr_node->bkt; in rte_hash_cuckoo_move_insert_mw()906 curr_bkt->sig_current[curr_slot] = sig; in rte_hash_cuckoo_move_insert_mw()908 __atomic_store_n(&curr_bkt->key_idx[curr_slot], in rte_hash_cuckoo_move_insert_mw()933 struct rte_hash_bucket *curr_bkt, *alt_bkt; in rte_hash_cuckoo_make_space_mw() local947 curr_bkt = tail->bkt; in rte_hash_cuckoo_make_space_mw()950 if (curr_bkt->key_idx[i] == EMPTY_SLOT) { in rte_hash_cuckoo_make_space_mw()[all …]