Searched refs:last_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
415 res->hits = total_hits - last_hits;
419 last_hits = total_hits;

Completed in 110 milliseconds