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

/linux-master/net/sched/
H A Dcls_basic.c272 struct tc_basic_pcnt gpf = {}; local
293 gpf.rcnt += pf->rcnt;
294 gpf.rhit += pf->rhit;
299 &gpf, TCA_BASIC_PAD))
H A Dcls_matchall.c329 struct tc_matchall_pcnt gpf = {}; local
356 gpf.rhit += pf->rhit;
361 &gpf, TCA_MATCHALL_PAD))
H A Dcls_u32.c1353 struct tc_u32_pcnt *gpf; local
1407 gpf = kzalloc(struct_size(gpf, kcnts, n->sel.nkeys), GFP_KERNEL);
1408 if (!gpf)
1415 gpf->rcnt += pf->rcnt;
1416 gpf->rhit += pf->rhit;
1418 gpf->kcnts[i] += pf->kcnts[i];
1421 if (nla_put_64bit(skb, TCA_U32_PCNT, struct_size(gpf, kcnts, n->sel.nkeys),
1422 gpf, TCA_U32_PAD)) {
1423 kfree(gpf);
[all...]
/linux-master/kernel/sched/
H A Ddebug.c965 unsigned long tpf, unsigned long gsf, unsigned long gpf)
969 SEQ_printf(m, "group_private=%lu group_shared=%lu\n", gpf, gsf);
964 print_numa_stats(struct seq_file *m, int node, unsigned long tsf, unsigned long tpf, unsigned long gsf, unsigned long gpf) argument
H A Dsched.h2890 unsigned long tpf, unsigned long gsf, unsigned long gpf);
H A Dfair.c13180 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; local
13192 gpf = ng->faults[task_faults_idx(NUMA_MEM, node, 1)];
13194 print_numa_stats(m, node, tsf, tpf, gsf, gpf);

Completed in 187 milliseconds