Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dbloom_filter_bench.c52 const __u32 hit_key = 0; variable
86 log_result(hit_key); in bloom_callback()
137 log_result(hit_key); in bloom_hashmap_lookup()
145 log_result(hit_key); in bloom_hashmap_lookup()
/linux-6.1.9/tools/testing/selftests/bpf/benchs/
Dbench_bloom_filter_map.c394 int hit_key, drop_key, false_hit_key; in measure() local
397 hit_key = ctx.skel->rodata->hit_key; in measure()
410 total_hits += s->stats[hit_key]; in measure()