Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c1931 rte_prefetch0(key_slot); in __bulk_lookup_l()
1945 rte_prefetch0(key_slot); in __bulk_lookup_l()
1969 key_slot->key, keys[i], h)) { in __bulk_lookup_l()
1971 data[i] = key_slot->pdata; in __bulk_lookup_l()
1998 key_slot->key, keys[i], h)) { in __bulk_lookup_l()
2000 data[i] = key_slot->pdata; in __bulk_lookup_l()
2088 rte_prefetch0(key_slot); in __bulk_lookup_lf()
2102 rte_prefetch0(key_slot); in __bulk_lookup_lf()
2127 key_slot->key, keys[i], h)) { in __bulk_lookup_lf()
2130 &key_slot->pdata, in __bulk_lookup_lf()
[all …]