Searched refs:numslots (Results 1 – 3 of 3) sorted by relevance
80 int numslots; in parse_redboot_partitions() local125 numslots = (master->erasesize / sizeof(struct fis_image_desc)); in parse_redboot_partitions()126 for (i = 0; i < numslots; i++) { in parse_redboot_partitions()148 numslots = swab32(buf[i].size) / sizeof (struct fis_image_desc); in parse_redboot_partitions()149 for (j = 0; j < numslots; ++j) { in parse_redboot_partitions()175 numslots = buf[i].size / sizeof(struct fis_image_desc); in parse_redboot_partitions()180 if (i == numslots) { in parse_redboot_partitions()188 for (i = 0; i < numslots; i++) { in parse_redboot_partitions()
354 #define GET_FIFO_SLOTS(fb, cnt, numslots) \ argument355 { while (cnt < numslots) \357 cnt -= numslots; \
1622 int numslots = fattrs->maxreqs; in alloc_session() local1629 mem = numslots * sizeof(struct nfsd4_slot *); in alloc_session()1635 for (i = 0; i < numslots; i++) { in alloc_session()