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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbloom_filter_bench.c52 const __u32 hit_key = 0; variable
86 log_result(hit_key);
137 log_result(hit_key);
145 log_result(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
397 hit_key = ctx.skel->rodata->hit_key;
410 total_hits += s->stats[hit_key];

Completed in 140 milliseconds