Searched refs:get_alt_bucket_index (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_cuckoo_hash.c | 131 get_alt_bucket_index(const struct rte_hash *h, in get_alt_bucket_index() function 844 prev_alt_bkt_idx = get_alt_bucket_index(h, in rte_hash_cuckoo_move_insert_mw() 960 alt_idx = get_alt_bucket_index(h, cur_idx, in rte_hash_cuckoo_make_space_mw() 1026 sec_bucket_idx = get_alt_bucket_index(h, prim_bucket_idx, short_sig); in __rte_hash_add_key_with_hash() 1325 sec_bucket_idx = get_alt_bucket_index(h, prim_bucket_idx, short_sig); in __rte_hash_lookup_with_hash_l() 1367 sec_bucket_idx = get_alt_bucket_index(h, prim_bucket_idx, short_sig); in __rte_hash_lookup_with_hash_lf() 1694 sec_bucket_idx = get_alt_bucket_index(h, prim_bucket_idx, short_sig); in __rte_hash_del_key_with_hash() 2257 sec_index[i] = get_alt_bucket_index(h, prim_index[i], sig[i]); in __bulk_lookup_prefetching_loop() 2272 sec_index[i] = get_alt_bucket_index(h, prim_index[i], sig[i]); in __bulk_lookup_prefetching_loop() 2379 sec_index[i] = get_alt_bucket_index(h, prim_index[i], sig[i]); in __rte_hash_lookup_with_hash_bulk_l() [all …]
|
| /f-stack/dpdk/app/test/ |
| H A D | test_hash_readwrite_lf_perf.c | 118 get_alt_bucket_index(__rte_unused const struct rte_hash *h, in get_alt_bucket_index() function 501 sec_bucket_idx = get_alt_bucket_index( in generate_keys()
|