/linux/include/trace/events/ |
A 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; 200 __field(unsigned int, drops) 212 __entry->drops = drops; 243 __field(unsigned int, drops) 252 __entry->drops = drops; 271 int sent, int drops, int err), 279 __field(int, drops) [all …]
|
/linux/samples/bpf/ |
A 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/tools/testing/selftests/bpf/ |
A D | bench.c | 56 long total = res->false_hits + res->hits + res->drops; in false_hits_report_progress() 73 total_drops += res[i].drops; in false_hits_report_final() 90 drops_per_sec = res->drops / 1000000.0 / (delta_ns / 1000000000.0); in hits_drops_report_progress() 108 drops_mean += res[i].drops / 1000000.0 / (0.0 + res_cnt); in hits_drops_report_final() 117 drops_stddev += (drops_mean - res[i].drops / 1000000.0) * in hits_drops_report_final() 118 (drops_mean - res[i].drops / 1000000.0) / in hits_drops_report_final() 120 total_ops = res[i].hits + res[i].drops; in hits_drops_report_final()
|
A D | bench.h | 35 long drops; member
|
/linux/net/core/ |
A 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/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_qdisc.c | 77 u64 drops; member 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() 905 u64 drops = 0; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() local 913 mlxsw_sp_qdisc->stats_base.drops = drops; in mlxsw_sp_setup_tc_qdisc_leaf_clean_stats() 1449 u64 drops = 0; in mlxsw_sp_qdisc_get_prio_stats() local 1456 &drops, &backlog); in mlxsw_sp_qdisc_get_prio_stats() [all …]
|
A D | spectrum_flower.c | 666 u64 drops; in mlxsw_sp_flower_stats() local 680 &drops, &lastuse, &used_hw_stats); in mlxsw_sp_flower_stats() 684 flow_stats_update(&f->stats, bytes, packets, drops, lastuse, in mlxsw_sp_flower_stats()
|
/linux/include/net/ |
A D | flow_offload.h | 400 u64 drops; member 408 u64 drops, u64 lastused, in flow_stats_update() argument 413 flow_stats->drops += drops; in flow_stats_update()
|
A D | act_api.h | 240 u64 drops, bool hw); 257 u64 packets, u64 drops, in tcf_action_stats_update() argument 264 a->ops->stats_update(a, bytes, packets, drops, lastuse, hw); in tcf_action_stats_update()
|
/linux/include/uapi/linux/ |
A D | gen_stats.h | 62 __u32 drops; member
|
/linux/tools/testing/selftests/bpf/benchs/ |
A D | run_common.sh | 26 function drops() function
|
A 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/drivers/net/ethernet/netronome/nfp/abm/ |
A 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/net/sched/ |
A D | sch_skbprio.c | 101 q->qstats[prio].drops++; in skbprio_enqueue() 118 q->qstats[lp].drops++; in skbprio_enqueue()
|
A D | act_gact.c | 173 u64 drops, u64 lastuse, bool hw) in tcf_gact_stats_update() argument 180 action == TC_ACT_SHOT ? packets : drops, hw); in tcf_gact_stats_update()
|
A D | act_sample.c | 195 u64 drops, u64 lastuse, bool hw) in tcf_sample_stats_update() argument 200 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_sample_stats_update()
|
A D | act_gate.c | 147 gact->tcf_qstats.drops++; in tcf_gate_act() 579 u64 drops, u64 lastuse, bool hw) in tcf_gate_stats_update() argument 584 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_gate_stats_update()
|
A D | act_skbedit.c | 77 u64 packets, u64 drops, in tcf_skbedit_stats_update() argument 83 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_skbedit_stats_update()
|
A D | act_vlan.c | 347 u64 drops, u64 lastuse, bool hw) in tcf_vlan_stats_update() argument 352 tcf_action_update_stats(a, bytes, packets, drops, hw); in tcf_vlan_stats_update()
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class-power-twl4030 | 15 when voltage drops.
|
A D | sysfs-class-power-wilco | 19 Charging begins when level drops below
|
/linux/net/dcb/ |
A D | Kconfig | 13 requirements (highly reliable, no drops vs. best effort vs. low
|
/linux/Documentation/admin-guide/device-mapper/ |
A D | writecache.rst | 29 stop writeback when the number of used blocks drops below 62 blocks drops to zero, userspace can unload the
|
/linux/kernel/bpf/ |
A D | cpumap.c | 692 unsigned int processed = 0, drops = 0; in bq_flush_to_queue() local 709 drops++; in bq_flush_to_queue() 720 trace_xdp_cpumap_enqueue(rcpu->map_id, processed, drops, to_cpu); in bq_flush_to_queue()
|
/linux/drivers/net/ |
A D | veth.c | 384 u64 packets, bytes, drops, xdp_tx_err, peer_tq_xdp_xmit_err; in veth_stats_rx() local 394 drops = stats->vs.rx_drops; in veth_stats_rx() 400 result->rx_drops += drops; in veth_stats_rx() 545 int sent, i, err = 0, drops; in veth_xdp_flush_bq() local 556 drops = bq->count - sent; in veth_xdp_flush_bq() 557 trace_xdp_bulk_tx(rq->dev, sent, drops, err); in veth_xdp_flush_bq() 561 rq->stats.vs.xdp_tx_err += drops; in veth_xdp_flush_bq()
|