Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_member/
H A Drte_member_ht.c397 uint32_t next_bucket_idx; in make_space_bucket() local
409 next_bucket_idx = (bkt->sigs[i] ^ bkt_idx) & ss->bucket_mask; in make_space_bucket()
410 next_bkt[i] = &buckets[next_bucket_idx]; in make_space_bucket()
437 next_bucket_idx = (bkt->sigs[i] ^ bkt_idx) & ss->bucket_mask; in make_space_bucket()
442 ret = make_space_bucket(ss, next_bucket_idx, nr_pushes); in make_space_bucket()