Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c1935 rte_prefetch0(key_slot); in __bulk_lookup_l()
1949 rte_prefetch0(key_slot); in __bulk_lookup_l()
1973 key_slot->key, keys[i], h)) { in __bulk_lookup_l()
1975 data[i] = key_slot->pdata; in __bulk_lookup_l()
2002 key_slot->key, keys[i], h)) { in __bulk_lookup_l()
2004 data[i] = key_slot->pdata; in __bulk_lookup_l()
2092 rte_prefetch0(key_slot); in __bulk_lookup_lf()
2106 rte_prefetch0(key_slot); in __bulk_lookup_lf()
2131 key_slot->key, keys[i], h)) { in __bulk_lookup_lf()
2134 &key_slot->pdata, in __bulk_lookup_lf()
[all …]