Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c930 uint32_t cur_idx, alt_idx; in rte_hash_cuckoo_make_space_mw() local
956 alt_idx = get_alt_bucket_index(h, cur_idx, in rte_hash_cuckoo_make_space_mw()
958 alt_bkt = &(h->buckets[alt_idx]); in rte_hash_cuckoo_make_space_mw()
960 head->cur_bkt_idx = alt_idx; in rte_hash_cuckoo_make_space_mw()