| /Linux-v6.1/include/trace/events/ |
| D | xdp.h | 56 int sent, int drops, int err), 58 TP_ARGS(dev, sent, drops, err), 63 __field(int, drops) 71 __entry->drops = drops; 79 __entry->sent, __entry->drops, __entry->err) 191 TP_PROTO(int map_id, unsigned int processed, unsigned int drops, 194 TP_ARGS(map_id, processed, drops, sched, xdp_stats), 200 __field(unsigned int, drops) 212 __entry->drops = drops; 227 __entry->processed, __entry->drops, [all …]
|
| /Linux-v6.1/samples/bpf/ |
| D | xdp_sample.bpf.c | 129 unsigned int drops, int to_cpu) in BPF_PROG() argument 143 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 157 unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) in BPF_PROG() argument 170 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 207 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG() argument 226 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 231 if (err || drops < 0) in BPF_PROG() 238 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG() argument 261 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG() 263 if (err || drops < 0) in BPF_PROG()
|
| /Linux-v6.1/drivers/net/ethernet/microchip/lan966x/ |
| D | lan966x_mirror.c | 117 new_stats.rx_dropped - old_stats->drops, in lan966x_mirror_port_stats() 123 old_stats->drops = new_stats.rx_dropped; in lan966x_mirror_port_stats() 129 new_stats.tx_dropped - old_stats->drops, in lan966x_mirror_port_stats() 135 old_stats->drops = new_stats.tx_dropped; in lan966x_mirror_port_stats()
|
| D | lan966x_police.c | 178 old_stats->drops = new_stats.rx_dropped; in lan966x_police_port_add() 227 new_stats.rx_dropped - old_stats->drops, in lan966x_police_port_stats() 233 old_stats->drops = new_stats.rx_dropped; in lan966x_police_port_stats()
|
| /Linux-v6.1/net/core/ |
| D | gen_stats.c | 350 qstats->drops += qcpu->drops; in gnet_stats_add_queue_cpu() 365 qstats->drops += q->drops; in gnet_stats_add_queue() 397 d->tc_stats.drops = qstats.drops; in gnet_stats_copy_queue()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
| D | police.c | 133 u64 bytes, packets, drops, lastuse; in tc_act_police_stats() local 143 mlx5e_tc_meter_get_stats(meter, &bytes, &packets, &drops, &lastuse); in tc_act_police_stats() 144 flow_stats_update(&fl_act->stats, bytes, packets, drops, lastuse, in tc_act_police_stats()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_qdisc.c | 77 u64 drops; member 561 u64 drops, u64 backlog, in mlxsw_sp_qdisc_update_stats() argument 568 drops -= stats_base->drops; in mlxsw_sp_qdisc_update_stats() 572 stats_ptr->qstats->drops += drops; in mlxsw_sp_qdisc_update_stats() 576 stats_base->drops += drops; in mlxsw_sp_qdisc_update_stats() 589 u64 drops = 0; in mlxsw_sp_qdisc_get_tc_stats() local 593 &drops, &backlog); in mlxsw_sp_qdisc_get_tc_stats() 595 tx_bytes, tx_packets, drops, backlog, in mlxsw_sp_qdisc_get_tc_stats() 663 stats_base->drops = red_base->prob_drop + red_base->pdrop; in mlxsw_sp_setup_tc_qdisc_red_clean_stats() 905 u64 drops = 0; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() local [all …]
|
| /Linux-v6.1/tools/testing/selftests/bpf/ |
| D | bench.c | 39 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress() 56 total_drops += res[i].drops; in false_hits_report_final() 73 drops_per_sec = res->drops / 1000000.0 / (delta_ns / 1000000000.0); in hits_drops_report_progress() 128 drops_mean += res[i].drops / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final() 137 drops_stddev += (drops_mean - res[i].drops / 1000000.0) * in hits_drops_report_final() 138 (drops_mean - res[i].drops / 1000000.0) / in hits_drops_report_final() 140 total_ops = res[i].hits + res[i].drops; in hits_drops_report_final()
|
| D | bench.h | 40 long drops; member
|
| /Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/ |
| D | qos_conf.c | 808 meter_entry->stats.curr.drops = be64_to_cpu(msg->drop_pkts); in nfp_act_stats_reply() 812 meter_entry->stats.prev.drops = meter_entry->stats.curr.drops; in nfp_act_stats_reply() 846 diff_drops = meter_entry->stats.curr.drops > meter_entry->stats.prev.drops ? in nfp_act_stats_actions() 847 meter_entry->stats.curr.drops - meter_entry->stats.prev.drops : 0; in nfp_act_stats_actions() 855 meter_entry->stats.prev.drops = meter_entry->stats.curr.drops; in nfp_act_stats_actions()
|
| /Linux-v6.1/tools/testing/selftests/drivers/net/ocelot/ |
| D | psfp.sh | 75 local drops="" 80 drops=$(echo ${stats} | jq ".[1].options.actions[].stats.drops") 87 echo "Hardware filter reports ${drops} drops"
|
| /Linux-v6.1/include/uapi/linux/ |
| D | gen_stats.h | 62 __u32 drops; member
|
| /Linux-v6.1/include/net/ |
| D | flow_offload.h | 439 u64 drops; member 447 u64 drops, u64 lastused, in flow_stats_update() argument 452 flow_stats->drops += drops; in flow_stats_update()
|
| D | act_api.h | 256 u64 drops, bool hw); 284 u64 packets, u64 drops, in tcf_action_stats_update() argument 291 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
| /Linux-v6.1/tools/testing/selftests/bpf/benchs/ |
| D | run_common.sh | 26 function drops() function
|
| D | bench_ringbufs.c | 132 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_libbpf_measure() 223 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_custom_measure() 352 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in perfbuf_measure()
|
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| D | meter.h | 72 u64 *bytes, u64 *packets, u64 *drops, u64 *lastuse);
|
| /Linux-v6.1/Documentation/ABI/testing/ |
| D | sysfs-class-power-twl4030 | 15 when voltage drops.
|
| D | sysfs-class-power-wilco | 19 Charging begins when level drops below
|
| /Linux-v6.1/net/sched/ |
| D | sch_skbprio.c | 101 q->qstats[prio].drops++; in skbprio_enqueue() 118 q->qstats[lp].drops++; in skbprio_enqueue()
|
| D | act_gact.c | 172 u64 drops, u64 lastuse, bool hw) in tcf_gact_stats_update() argument 179 action == TC_ACT_SHOT ? packets : drops, hw); in tcf_gact_stats_update()
|
| /Linux-v6.1/drivers/net/ethernet/netronome/nfp/abm/ |
| D | qdisc.c | 41 parent->drops += child->drops; in nfp_abm_stats_propagate() 469 qstats->drops += new->drops - old->drops; in nfp_abm_stats_calculate()
|
| /Linux-v6.1/net/dcb/ |
| D | Kconfig | 13 requirements (highly reliable, no drops vs. best effort vs. low
|
| /Linux-v6.1/tools/testing/selftests/bpf/progs/ |
| D | core_kern.c | 44 *from_dev, const struct net_device *to_dev, int sent, int drops, in BPF_PROG() argument
|
| /Linux-v6.1/Documentation/admin-guide/device-mapper/ |
| D | writecache.rst | 30 stop writeback when the number of used blocks drops below 63 blocks drops to zero, userspace can unload the
|