Searched refs:sec_bucket_idx (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/hash/ |
| H A D | rte_cuckoo_hash.c | 1008 uint32_t prim_bucket_idx, sec_bucket_idx; in __rte_hash_add_key_with_hash() local 1022 sec_bucket_idx = get_alt_bucket_index(h, prim_bucket_idx, short_sig); in __rte_hash_add_key_with_hash() 1024 sec_bkt = &h->buckets[sec_bucket_idx]; in __rte_hash_add_key_with_hash() 1100 short_sig, sec_bucket_idx, slot_id, &ret_val); in __rte_hash_add_key_with_hash() 1314 uint32_t prim_bucket_idx, sec_bucket_idx; in __rte_hash_lookup_with_hash_l() local 1321 sec_bucket_idx = get_alt_bucket_index(h, prim_bucket_idx, short_sig); in __rte_hash_lookup_with_hash_l() 1334 bkt = &h->buckets[sec_bucket_idx]; in __rte_hash_lookup_with_hash_l() 1355 uint32_t prim_bucket_idx, sec_bucket_idx; in __rte_hash_lookup_with_hash_lf() local 1379 bkt = &h->buckets[sec_bucket_idx]; in __rte_hash_lookup_with_hash_lf() 1679 uint32_t prim_bucket_idx, sec_bucket_idx; in __rte_hash_del_key_with_hash() local [all …]
|
| /dpdk/app/test/ |
| H A D | test_hash_readwrite_lf_perf.c | 370 uint32_t sec_bucket_idx; in generate_keys() local 501 sec_bucket_idx = get_alt_bucket_index( in generate_keys() 504 if (scanned_bkts[sec_bucket_idx] == 0) in generate_keys() 505 scanned_bkts[sec_bucket_idx] = 1; in generate_keys()
|