Searched refs:prim_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 1025 prim_bucket_idx = get_prim_bucket_index(h, sig); in __rte_hash_add_key_with_hash() 1027 prim_bkt = &h->buckets[prim_bucket_idx]; in __rte_hash_add_key_with_hash() 1318 uint32_t prim_bucket_idx, sec_bucket_idx; in __rte_hash_lookup_with_hash_l() local 1324 prim_bucket_idx = get_prim_bucket_index(h, sig); in __rte_hash_lookup_with_hash_l() 1327 bkt = &h->buckets[prim_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 1366 prim_bucket_idx = get_prim_bucket_index(h, sig); in __rte_hash_lookup_with_hash_lf() 1378 bkt = &h->buckets[prim_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 | 369 uint32_t prim_bucket_idx; in generate_keys() local 405 prim_bucket_idx = get_prim_bucket_index(tbl_rwc_test_param.h, in generate_keys() 407 ret = check_bucket(prim_bucket_idx, keys[i]); in generate_keys() 498 prim_bucket_idx = get_prim_bucket_index( in generate_keys() 503 prim_bucket_idx, short_sig); in generate_keys()
|