Lines Matching defs:nummaps
228 int i, mapind, nummaps = 0;
235 nummaps, NULL);
238 } while (++nummaps);
240 if (nummaps == 0) /* no error, return NULL to search map table */
244 chans = kcalloc(nummaps + 1, sizeof(*chans), GFP_KERNEL);
249 for (mapind = 0; mapind < nummaps; mapind++) {
392 int nummaps = 0;
411 nummaps++;
413 if (nummaps == 0) {
419 chans = kcalloc(nummaps + 1, sizeof(*chans), GFP_KERNEL);
450 for (i = 0; i < nummaps; i++)