Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dbloom_filter_bench.c51 const __u32 hit_key = 0; variable
85 log_result(hit_key); in bloom_callback()
136 log_result(hit_key); in bloom_hashmap_lookup()
144 log_result(hit_key); in bloom_hashmap_lookup()
/linux/tools/testing/selftests/bpf/benchs/
A Dbench_bloom_filter_map.c389 int hit_key, drop_key, false_hit_key; in measure() local
392 hit_key = ctx.skel->rodata->hit_key; in measure()
405 total_hits += s->stats[hit_key]; in measure()

Completed in 4 milliseconds