Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c2018 if (hit_mask != NULL) in __bulk_lookup_l()
2019 *hit_mask = hits; in __bulk_lookup_l()
2046 if (hit_mask != NULL) in __bulk_lookup_l()
2047 *hit_mask = hits; in __bulk_lookup_l()
2182 if (hit_mask != NULL) in __bulk_lookup_lf()
2183 *hit_mask = hits; in __bulk_lookup_lf()
2225 if (hit_mask != NULL) in __bulk_lookup_lf()
2226 *hit_mask = hits; in __bulk_lookup_lf()
2296 positions, hit_mask, data); in __rte_hash_lookup_bulk_l()
2322 hit_mask, data); in __rte_hash_lookup_bulk()
[all …]
H A Drte_hash.h564 uint32_t num_keys, uint64_t *hit_mask, void *data[]);
625 uint32_t num_keys, uint64_t *hit_mask, void *data[]);
/f-stack/dpdk/app/test/
H A Dtest_hash_perf.c402 uint64_t hit_mask; in timed_lookups_multi() local
424 &hit_mask, in timed_lookups_multi()
432 if ((hit_mask & (1ULL << k)) == 0) { in timed_lookups_multi()
450 BURST_SIZE, &hit_mask, ret_data); in timed_lookups_multi()
458 if ((hit_mask & (1ULL << k)) == 0) { in timed_lookups_multi()