Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c934 uint32_t cur_idx, alt_idx; in rte_hash_cuckoo_make_space_mw() local
960 alt_idx = get_alt_bucket_index(h, cur_idx, in rte_hash_cuckoo_make_space_mw()
962 alt_bkt = &(h->buckets[alt_idx]); in rte_hash_cuckoo_make_space_mw()
964 head->cur_bkt_idx = alt_idx; in rte_hash_cuckoo_make_space_mw()