Searched refs:gnet_stats_copy_basic (Results 1 – 13 of 13) sorted by relevance
/net/core/ |
D | gen_stats.c | 207 gnet_stats_copy_basic(const seqcount_t *running, in gnet_stats_copy_basic() function 215 EXPORT_SYMBOL(gnet_stats_copy_basic);
|
/net/sched/ |
D | sch_mqprio.c | 624 if (gnet_stats_copy_basic(NULL, d, NULL, &bstats) < 0 || in mqprio_dump_class_stats() 631 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), d, in mqprio_dump_class_stats()
|
D | sch_mq.c | 272 if (gnet_stats_copy_basic(&sch->running, d, sch->cpu_bstats, in mq_dump_class_stats()
|
D | sch_multiq.c | 340 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in multiq_dump_class_stats()
|
D | sch_prio.c | 362 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in prio_dump_class_stats()
|
D | sch_drr.c | 270 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in drr_dump_class_stats()
|
D | sch_ets.c | 328 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in ets_class_dump_stats()
|
D | sch_qfq.c | 652 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in qfq_dump_class_stats()
|
D | sch_hfsc.c | 1345 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), d, NULL, &cl->bstats) < 0 || in hfsc_dump_class_stats()
|
D | act_api.c | 1189 if (gnet_stats_copy_basic(NULL, &d, p->cpu_bstats, &p->tcfa_bstats) < 0 || in tcf_action_copy_stats()
|
D | sch_taprio.c | 2001 if (gnet_stats_copy_basic(&sch->running, d, NULL, &sch->bstats) < 0 || in taprio_dump_class_stats()
|
D | sch_api.c | 945 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(q), in tc_fill_qdisc()
|
D | sch_htb.c | 1369 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in htb_dump_class_stats()
|