Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c392 static unsigned long last_hits, last_drops, last_false_hits; in measure() local
415 res->hits = total_hits - last_hits; in measure()
419 last_hits = total_hits; in measure()