Home
last modified time | relevance | path

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

/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()
/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
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbench.c52 long total_hits = 0, total_drops = 0, total_false_hits = 0, total_ops = 0; in false_hits_report_final() local