Lines Matching refs:ngrps
514 u32 ngrps, ngrps_old; in grow_lxt() local
540 ngrps = LXT_NUM_GROUPS(rhte->lxt_cnt + delta); in grow_lxt()
542 if (ngrps != ngrps_old) { in grow_lxt()
544 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in grow_lxt()
634 u32 ngrps, ngrps_old; in shrink_lxt() local
642 ngrps = LXT_NUM_GROUPS(rhte->lxt_cnt - delta); in shrink_lxt()
644 if (ngrps != ngrps_old) { in shrink_lxt()
646 if (ngrps) { in shrink_lxt()
647 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in shrink_lxt()
1102 u32 ngrps; in clone_lxt() local
1108 ngrps = LXT_NUM_GROUPS(rhte_src->lxt_cnt); in clone_lxt()
1110 if (ngrps) { in clone_lxt()
1112 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in clone_lxt()