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

/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c392 static unsigned long last_hits, last_drops, last_false_hits; local
417 res->false_hits = total_false_hits - last_false_hits;
421 last_false_hits = total_false_hits;

Completed in 118 milliseconds