Searched refs:sec_bucket_idx (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_cuckoo_hash.c | 1012 uint32_t prim_bucket_idx, sec_bucket_idx; in __rte_hash_add_key_with_hash() local 1026 sec_bucket_idx = get_alt_bucket_index(h, prim_bucket_idx, short_sig); in __rte_hash_add_key_with_hash() 1028 sec_bkt = &h->buckets[sec_bucket_idx]; in __rte_hash_add_key_with_hash() 1104 short_sig, sec_bucket_idx, slot_id, &ret_val); in __rte_hash_add_key_with_hash() 1318 uint32_t prim_bucket_idx, sec_bucket_idx; in __rte_hash_lookup_with_hash_l() local 1325 sec_bucket_idx = get_alt_bucket_index(h, prim_bucket_idx, short_sig); in __rte_hash_lookup_with_hash_l() 1338 bkt = &h->buckets[sec_bucket_idx]; in __rte_hash_lookup_with_hash_l() 1359 uint32_t prim_bucket_idx, sec_bucket_idx; in __rte_hash_lookup_with_hash_lf() local 1383 bkt = &h->buckets[sec_bucket_idx]; in __rte_hash_lookup_with_hash_lf() 1683 uint32_t prim_bucket_idx, sec_bucket_idx; in __rte_hash_del_key_with_hash() local [all …]
|
| /f-stack/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()
|