Lines Matching refs:ngrps
516 u32 ngrps, ngrps_old; in grow_lxt() local
541 ngrps = LXT_NUM_GROUPS(rhte->lxt_cnt + delta); in grow_lxt()
543 if (ngrps != ngrps_old) { in grow_lxt()
545 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in grow_lxt()
631 u32 ngrps, ngrps_old; in shrink_lxt() local
639 ngrps = LXT_NUM_GROUPS(rhte->lxt_cnt - delta); in shrink_lxt()
641 if (ngrps != ngrps_old) { in shrink_lxt()
643 if (ngrps) { in shrink_lxt()
644 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in shrink_lxt()
1049 u32 ngrps; in clone_lxt() local
1053 ngrps = LXT_NUM_GROUPS(rhte_src->lxt_cnt); in clone_lxt()
1055 if (ngrps) { in clone_lxt()
1057 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in clone_lxt()