Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c1007 uint16_t short_sig; in __rte_hash_add_key_with_hash() local
1020 short_sig = get_short_sig(sig); in __rte_hash_add_key_with_hash()
1080 short_sig, slot_id, &ret_val); in __rte_hash_add_key_with_hash()
1139 cur_bkt->sig_current[i] = short_sig; in __rte_hash_add_key_with_hash()
1317 uint16_t short_sig; in __rte_hash_lookup_with_hash_l() local
1319 short_sig = get_short_sig(sig); in __rte_hash_lookup_with_hash_l()
1338 ret = search_one_bucket_l(h, key, short_sig, in __rte_hash_lookup_with_hash_l()
1359 uint16_t short_sig; in __rte_hash_lookup_with_hash_lf() local
1361 short_sig = get_short_sig(sig); in __rte_hash_lookup_with_hash_lf()
1684 uint16_t short_sig; in __rte_hash_del_key_with_hash() local
[all …]
/dpdk/app/test/
H A Dtest_hash_readwrite_lf_perf.c371 uint16_t short_sig; in generate_keys() local
500 short_sig = get_short_sig(sig); in generate_keys()
503 prim_bucket_idx, short_sig); in generate_keys()