Searched refs:cpu_bstats (Results 1 – 13 of 13) sorted by relevance
/linux/net/core/ |
H A D | gen_estimator.c | 46 struct gnet_stats_basic_sync __percpu *cpu_bstats; member 69 gnet_stats_add_basic(b, e->cpu_bstats, e->bstats, e->running); in est_fetch_counters() 131 struct gnet_stats_basic_sync __percpu *cpu_bstats, in gen_new_estimator() argument 166 est->cpu_bstats = cpu_bstats; in gen_new_estimator() 234 struct gnet_stats_basic_sync __percpu *cpu_bstats, in gen_replace_estimator() argument 239 return gen_new_estimator(bstats, cpu_bstats, rate_est, in gen_replace_estimator()
|
/linux/include/net/ |
H A D | gen_stats.h | 71 struct gnet_stats_basic_sync __percpu *cpu_bstats, 77 struct gnet_stats_basic_sync __percpu *cpu_bstats,
|
H A D | sch_generic.h | 108 struct gnet_stats_basic_sync __percpu *cpu_bstats; member 873 bstats_update(this_cpu_ptr(sch->cpu_bstats), skb); in qdisc_bstats_cpu_update() 1327 struct gnet_stats_basic_sync __percpu *cpu_bstats; member 1335 bstats_update(this_cpu_ptr(miniq->cpu_bstats), skb); in mini_qdisc_bstats_cpu_update()
|
/linux/net/sched/ |
H A D | sch_mq.c | 147 gnet_stats_add_basic(&sch->bstats, qdisc->cpu_bstats, in mq_dump() 234 if (gnet_stats_copy_basic(d, sch->cpu_bstats, &sch->bstats, true) < 0 || in mq_dump_class_stats()
|
H A D | sch_api.c | 915 struct gnet_stats_basic_sync __percpu *cpu_bstats = NULL; in tc_fill_qdisc() local 969 cpu_bstats = q->cpu_bstats; in tc_fill_qdisc() 973 if (gnet_stats_copy_basic(&d, cpu_bstats, &q->bstats, true) < 0 || in tc_fill_qdisc() 1084 free_percpu(sch->cpu_bstats); in qdisc_clear_nolock() 1086 sch->cpu_bstats = NULL; in qdisc_clear_nolock() 1373 sch->cpu_bstats, in qdisc_create() 1443 sch->cpu_bstats, in qdisc_change()
|
H A D | sch_mqprio.c | 575 gnet_stats_add_basic(&sch->bstats, qdisc->cpu_bstats, in mqprio_dump() 689 gnet_stats_add_basic(&bstats, qdisc->cpu_bstats, in mqprio_dump_class_stats() 709 if (gnet_stats_copy_basic(d, sch->cpu_bstats, in mqprio_dump_class_stats()
|
H A D | act_skbmod.c | 35 bstats_update(this_cpu_ptr(d->common.cpu_bstats), skb); in tcf_skbmod_act()
|
H A D | act_ife.c | 721 bstats_update(this_cpu_ptr(ife->common.cpu_bstats), skb); in tcf_ife_decode() 809 bstats_update(this_cpu_ptr(ife->common.cpu_bstats), skb); in tcf_ife_encode()
|
H A D | act_sample.c | 176 bstats_update(this_cpu_ptr(s->common.cpu_bstats), skb); in tcf_sample_act()
|
H A D | sch_multiq.c | 340 if (gnet_stats_copy_basic(d, cl_q->cpu_bstats, &cl_q->bstats, true) < 0 || in multiq_dump_class_stats()
|
H A D | act_bpf.c | 45 bstats_update(this_cpu_ptr(prog->common.cpu_bstats), skb); in tcf_bpf_act()
|
H A D | sch_prio.c | 362 if (gnet_stats_copy_basic(d, cl_q->cpu_bstats, in prio_dump_class_stats()
|
H A D | act_skbedit.c | 49 bstats_update(this_cpu_ptr(d->common.cpu_bstats), skb); in tcf_skbedit_act()
|