Searched refs:gnet_stats_copy_basic (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | gen_stats.h | 39 int gnet_stats_copy_basic(const seqcount_t *running,
|
| /Linux-v5.4/net/core/ |
| D | gen_stats.c | 203 gnet_stats_copy_basic(const seqcount_t *running, in gnet_stats_copy_basic() function 211 EXPORT_SYMBOL(gnet_stats_copy_basic);
|
| /Linux-v5.4/Documentation/networking/ |
| D | gen_stats.txt | 40 if (gnet_stats_copy_basic(&dump, &mystruct->bstats) < 0 ||
|
| /Linux-v5.4/net/sched/ |
| D | sch_mqprio.c | 553 if (gnet_stats_copy_basic(NULL, d, NULL, &bstats) < 0 || in mqprio_dump_class_stats() 560 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in mqprio_dump_class_stats()
|
| D | sch_mq.c | 248 if (gnet_stats_copy_basic(&sch->running, d, NULL, &sch->bstats) < 0 || in mq_dump_class_stats()
|
| D | sch_multiq.c | 341 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in multiq_dump_class_stats()
|
| D | sch_prio.c | 358 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in prio_dump_class_stats()
|
| D | sch_drr.c | 269 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in drr_dump_class_stats()
|
| D | sch_atm.c | 654 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in atm_tc_dump_class_stats()
|
| D | sch_qfq.c | 643 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in qfq_dump_class_stats()
|
| D | sch_hfsc.c | 1330 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), d, NULL, &cl->bstats) < 0 || in hfsc_dump_class_stats()
|
| D | sch_htb.c | 1138 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in htb_dump_class_stats()
|
| D | act_api.c | 1020 if (gnet_stats_copy_basic(NULL, &d, p->cpu_bstats, &p->tcfa_bstats) < 0 || in tcf_action_copy_stats()
|
| D | sch_cbq.c | 1387 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(sch), in cbq_dump_class_stats()
|
| D | sch_taprio.c | 1857 if (gnet_stats_copy_basic(&sch->running, d, NULL, &sch->bstats) < 0 || in taprio_dump_class_stats()
|
| D | sch_api.c | 928 if (gnet_stats_copy_basic(qdisc_root_sleeping_running(q), in tc_fill_qdisc()
|