Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c125 get_prim_bucket_index(const struct rte_hash *h, const hash_sig_t hash) in get_prim_bucket_index() function
1025 prim_bucket_idx = get_prim_bucket_index(h, sig); in __rte_hash_add_key_with_hash()
1324 prim_bucket_idx = get_prim_bucket_index(h, sig); in __rte_hash_lookup_with_hash_l()
1366 prim_bucket_idx = get_prim_bucket_index(h, sig); in __rte_hash_lookup_with_hash_lf()
1693 prim_bucket_idx = get_prim_bucket_index(h, sig); in __rte_hash_del_key_with_hash()
2256 prim_index[i] = get_prim_bucket_index(h, prim_hash[i]); in __bulk_lookup_prefetching_loop()
2271 prim_index[i] = get_prim_bucket_index(h, prim_hash[i]); in __bulk_lookup_prefetching_loop()
2378 prim_index[i] = get_prim_bucket_index(h, prim_hash[i]); in __rte_hash_lookup_with_hash_bulk_l()
2413 prim_index[i] = get_prim_bucket_index(h, prim_hash[i]); in __rte_hash_lookup_with_hash_bulk_lf()
/f-stack/dpdk/app/test/
H A Dtest_hash_readwrite_lf_perf.c107 get_prim_bucket_index(__rte_unused const struct rte_hash *h, in get_prim_bucket_index() function
405 prim_bucket_idx = get_prim_bucket_index(tbl_rwc_test_param.h, in generate_keys()
498 prim_bucket_idx = get_prim_bucket_index( in generate_keys()