Home
last modified time | relevance | path

Searched refs:gpf (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dcls_basic.c282 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 Dcls_u32.c1339 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 Dcls_matchall.c350 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 Dcls_basic.c272 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 Dcls_u32.c1353 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 Dcls_matchall.c329 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 Ddebug.c916 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 Dsched.h2441 unsigned long tpf, unsigned long gsf, unsigned long gpf);
H A Dfair.c12069 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 Ddebug.c983 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 Dfair.c13662 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 Dsched.h3035 unsigned long tpf, unsigned long gsf, unsigned long gpf);

Completed in 47 milliseconds