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()
369 free_percpu(n->pf); in u32_destroy_key()
676 new->pf = n->pf; in u32_init_knode()
805 n->pf = __alloc_percpu(size, __alignof__(struct tc_u32_pcnt)); in u32_change()
806 if (!n->pf) { in u32_change()
859 free_percpu(n->pf); in u32_change()
991 struct tc_u32_pcnt *pf = per_cpu_ptr(n->pf, cpu); in u32_dump() local
993 gpf->rcnt += pf->rcnt; in u32_dump()
994 gpf->rhit += pf->rhit; in u32_dump()
996 gpf->kcnts[i] += pf->kcnts[i]; in u32_dump()