Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c391 unsigned long total_hits = 0, total_drops = 0, total_false_hits = 0; in measure() local
411 total_drops += s->stats[drop_key]; in measure()
416 res->drops = total_drops - last_drops; in measure()
420 last_drops = total_drops; in measure()
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_cmd.c171 u32 qm_read_drop_stat(u32 tmu, u32 queue, u32 *total_drops, int do_reset) in qm_read_drop_stat() argument
180 if (total_drops) in qm_read_drop_stat()
181 *total_drops = qtotal[tmu][queue]; in qm_read_drop_stat()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbench.c51 long total_hits = 0, total_drops = 0, total_false_hits = 0, total_ops = 0; in false_hits_report_final() local
57 total_drops += res[i].drops; in false_hits_report_final()
59 total_ops = total_hits + total_false_hits + total_drops; in false_hits_report_final()