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()
404 free_percpu(n->pf); in u32_destroy_key()
825 new->pf = n->pf; in u32_init_knode()
1084 n->pf = __alloc_percpu(size, __alignof__(struct tc_u32_pcnt)); in u32_change()
1085 if (!n->pf) { in u32_change()
1152 free_percpu(n->pf); in u32_change()
1407 struct tc_u32_pcnt *pf = per_cpu_ptr(n->pf, cpu); in u32_dump() local
1409 gpf->rcnt += pf->rcnt; in u32_dump()
1410 gpf->rhit += pf->rhit; in u32_dump()
1412 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump()