Searched refs:false_hit_key (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbloom_filter_bench.c54 const __u32 false_hit_key = 2; variable
148 log_result(false_hit_key);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c394 int hit_key, drop_key, false_hit_key; local
399 false_hit_key = ctx.skel->rodata->false_hit_key;
412 total_false_hits += s->stats[false_hit_key];

Completed in 173 milliseconds