tc_u32_pcnt        53 net/sched/cls_u32.c 	struct tc_u32_pcnt __percpu *pf;
tc_u32_pcnt      1034 net/sched/cls_u32.c 	size = sizeof(struct tc_u32_pcnt) + s->nkeys * sizeof(u64);
tc_u32_pcnt      1035 net/sched/cls_u32.c 	n->pf = __alloc_percpu(size, __alignof__(struct tc_u32_pcnt));
tc_u32_pcnt      1295 net/sched/cls_u32.c 		struct tc_u32_pcnt *gpf;
tc_u32_pcnt      1350 net/sched/cls_u32.c 		gpf = kzalloc(sizeof(struct tc_u32_pcnt) +
tc_u32_pcnt      1358 net/sched/cls_u32.c 			struct tc_u32_pcnt *pf = per_cpu_ptr(n->pf, cpu);
tc_u32_pcnt      1367 net/sched/cls_u32.c 				  sizeof(struct tc_u32_pcnt) +