Searched refs:numpps (Results 1 – 1 of 1) sorted by relevance
229 int numpps = be16_to_cpu(pvd->pp_count); in aix_partition() local242 if (numpps > ARRAY_SIZE(pvd->ppe)) in aix_partition()243 numpps = ARRAY_SIZE(pvd->ppe); in aix_partition()245 for (i = 0; i < numpps; i += 1) { in aix_partition()