numslots 80 drivers/mtd/parsers/redboot.c int numslots; numslots 125 drivers/mtd/parsers/redboot.c numslots = (master->erasesize / sizeof(struct fis_image_desc)); numslots 126 drivers/mtd/parsers/redboot.c for (i = 0; i < numslots; i++) { numslots 148 drivers/mtd/parsers/redboot.c numslots = swab32(buf[i].size) / sizeof (struct fis_image_desc); numslots 149 drivers/mtd/parsers/redboot.c for (j = 0; j < numslots; ++j) { numslots 175 drivers/mtd/parsers/redboot.c numslots = buf[i].size / sizeof(struct fis_image_desc); numslots 180 drivers/mtd/parsers/redboot.c if (i == numslots) { numslots 188 drivers/mtd/parsers/redboot.c for (i = 0; i < numslots; i++) { numslots 354 drivers/video/fbdev/stifb.c #define GET_FIFO_SLOTS(fb, cnt, numslots) \ numslots 355 drivers/video/fbdev/stifb.c { while (cnt < numslots) \ numslots 357 drivers/video/fbdev/stifb.c cnt -= numslots; \ numslots 1624 fs/nfsd/nfs4state.c int numslots = fattrs->maxreqs; numslots 1631 fs/nfsd/nfs4state.c mem = numslots * sizeof(struct nfsd4_slot *); numslots 1637 fs/nfsd/nfs4state.c for (i = 0; i < numslots; i++) {