/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_basic.c | 282 struct tc_basic_pcnt gpf = {}; in basic_dump() local 303 gpf.rcnt += pf->rcnt; in basic_dump() 304 gpf.rhit += pf->rhit; in basic_dump() 309 &gpf, TCA_BASIC_PAD)) in basic_dump()
|
H A D | cls_u32.c | 1339 struct tc_u32_pcnt *gpf; in u32_dump() local 1393 gpf = kzalloc(struct_size(gpf, kcnts, n->sel.nkeys), GFP_KERNEL); in u32_dump() 1394 if (!gpf) in u32_dump() 1401 gpf->rcnt += pf->rcnt; in u32_dump() 1402 gpf->rhit += pf->rhit; in u32_dump() 1404 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump() 1407 if (nla_put_64bit(skb, TCA_U32_PCNT, struct_size(gpf, kcnts, n->sel.nkeys), in u32_dump() 1408 gpf, TCA_U32_PAD)) { in u32_dump() 1409 kfree(gpf); in u32_dump() [all...] |
H A D | cls_matchall.c | 350 struct tc_matchall_pcnt gpf = {}; in mall_dump() local 377 gpf.rhit += pf->rhit; in mall_dump() 382 &gpf, TCA_MATCHALL_PAD)) in mall_dump()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_basic.c | 272 struct tc_basic_pcnt gpf = {}; in basic_dump() local 293 gpf.rcnt += pf->rcnt; in basic_dump() 294 gpf.rhit += pf->rhit; in basic_dump() 299 &gpf, TCA_BASIC_PAD)) in basic_dump()
|
H A D | cls_u32.c | 1353 struct tc_u32_pcnt *gpf; in u32_dump() local 1407 gpf = kzalloc(struct_size(gpf, kcnts, n->sel.nkeys), GFP_KERNEL); in u32_dump() 1408 if (!gpf) in u32_dump() 1415 gpf->rcnt += pf->rcnt; in u32_dump() 1416 gpf->rhit += pf->rhit; in u32_dump() 1418 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump() 1421 if (nla_put_64bit(skb, TCA_U32_PCNT, struct_size(gpf, kcnts, n->sel.nkeys), in u32_dump() 1422 gpf, TCA_U32_PAD)) { in u32_dump() 1423 kfree(gpf); in u32_dump() [all...] |
H A D | cls_matchall.c | 329 struct tc_matchall_pcnt gpf = {}; in mall_dump() local 356 gpf.rhit += pf->rhit; in mall_dump() 361 &gpf, TCA_MATCHALL_PAD)) in mall_dump()
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | debug.c | 916 unsigned long tpf, unsigned long gsf, unsigned long gpf) in print_numa_stats() 920 SEQ_printf(m, "group_private=%lu group_shared=%lu\n", gpf, gsf); in print_numa_stats() 915 print_numa_stats(struct seq_file *m, int node, unsigned long tsf, unsigned long tpf, unsigned long gsf, unsigned long gpf) print_numa_stats() argument
|
H A D | sched.h | 2441 unsigned long tpf, unsigned long gsf, unsigned long gpf);
|
H A D | fair.c | 12069 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; in show_numa_stats() local 12081 gpf = ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in show_numa_stats() 12083 print_numa_stats(m, node, tsf, tpf, gsf, gpf); in show_numa_stats()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | debug.c | 983 unsigned long tpf, unsigned long gsf, unsigned long gpf) in print_numa_stats() 987 SEQ_printf(m, "group_private=%lu group_shared=%lu\n", gpf, gsf); in print_numa_stats() 982 print_numa_stats(struct seq_file *m, int node, unsigned long tsf, unsigned long tpf, unsigned long gsf, unsigned long gpf) print_numa_stats() argument
|
H A D | fair.c | 13662 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; in show_numa_stats() local 13674 gpf = ng->faults[task_faults_idx(NUMA_MEM, node, 1)]; in show_numa_stats() 13676 print_numa_stats(m, node, tsf, tpf, gsf, gpf); in show_numa_stats()
|
H A D | sched.h | 3035 unsigned long tpf, unsigned long gsf, unsigned long gpf);
|