Lines Matching refs:pf
53 struct tc_u32_pcnt __percpu *pf; member
130 __this_cpu_inc(n->pf->rcnt); in u32_classify()
163 __this_cpu_inc(n->pf->kcnts[j]); in u32_classify()
179 __this_cpu_inc(n->pf->rhit); in u32_classify()
399 free_percpu(n->pf); in u32_destroy_key()
824 new->pf = n->pf; in u32_init_knode()
1035 n->pf = __alloc_percpu(size, __alignof__(struct tc_u32_pcnt)); in u32_change()
1036 if (!n->pf) { in u32_change()
1103 free_percpu(n->pf); in u32_change()
1358 struct tc_u32_pcnt *pf = per_cpu_ptr(n->pf, cpu); in u32_dump() local
1360 gpf->rcnt += pf->rcnt; in u32_dump()
1361 gpf->rhit += pf->rhit; in u32_dump()
1363 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump()