Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c1918 primary_bkt[i], secondary_bkt[i], in __bulk_lookup_l()
1926 primary_bkt[i]->key_idx[first_hit]; in __bulk_lookup_l()
1957 primary_bkt[i]->key_idx[hit_index]; in __bulk_lookup_l()
2075 primary_bkt[i], secondary_bkt[i], in __bulk_lookup_lf()
2083 primary_bkt[i]->key_idx[first_hit]; in __bulk_lookup_lf()
2258 rte_prefetch0(primary_bkt[i]); in __bulk_lookup_prefetching_loop()
2273 rte_prefetch0(primary_bkt[i]); in __bulk_lookup_prefetching_loop()
2289 primary_bkt, secondary_bkt); in __rte_hash_lookup_bulk_l()
2305 primary_bkt, secondary_bkt); in __rte_hash_lookup_bulk_lf()
2380 rte_prefetch0(primary_bkt[i]); in __rte_hash_lookup_with_hash_bulk_l()
[all …]