Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c2014 if (hit_mask != NULL) in __bulk_lookup_l()
2015 *hit_mask = hits; in __bulk_lookup_l()
2042 if (hit_mask != NULL) in __bulk_lookup_l()
2043 *hit_mask = hits; in __bulk_lookup_l()
2178 if (hit_mask != NULL) in __bulk_lookup_lf()
2179 *hit_mask = hits; in __bulk_lookup_lf()
2221 if (hit_mask != NULL) in __bulk_lookup_lf()
2222 *hit_mask = hits; in __bulk_lookup_lf()
2292 positions, hit_mask, data); in __rte_hash_lookup_bulk_l()
2318 hit_mask, data); in __rte_hash_lookup_bulk()
[all …]
H A Drte_hash.h558 uint32_t num_keys, uint64_t *hit_mask, void *data[]);
611 uint32_t num_keys, uint64_t *hit_mask, void *data[]);
/dpdk/app/test/
H A Dtest_hash_perf.c397 uint64_t hit_mask; in timed_lookups_multi() local
419 &hit_mask, in timed_lookups_multi()
427 if ((hit_mask & (1ULL << k)) == 0) { in timed_lookups_multi()
445 BURST_SIZE, &hit_mask, ret_data); in timed_lookups_multi()
453 if ((hit_mask & (1ULL << k)) == 0) { in timed_lookups_multi()