Lines Matching refs:pf
59 struct tc_u32_pcnt __percpu *pf; member
131 __this_cpu_inc(n->pf->rcnt); in u32_classify()
159 __this_cpu_inc(n->pf->kcnts[j]); in u32_classify()
177 __this_cpu_inc(n->pf->rhit); in u32_classify()
365 free_percpu(n->pf); in u32_destroy_key()
708 new->pf = n->pf; in u32_init_knode()
837 n->pf = __alloc_percpu(size, __alignof__(struct tc_u32_pcnt)); in u32_change()
838 if (!n->pf) { in u32_change()
891 free_percpu(n->pf); in u32_change()
1023 struct tc_u32_pcnt *pf = per_cpu_ptr(n->pf, cpu); in u32_dump() local
1025 gpf->rcnt += pf->rcnt; in u32_dump()
1026 gpf->rhit += pf->rhit; in u32_dump()
1028 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump()