Home
last modified time | relevance | path

Searched refs:numslots (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/mtd/parsers/
Dredboot.c86 int numslots; in parse_redboot_partitions() local
131 numslots = (master->erasesize / sizeof(struct fis_image_desc)); in parse_redboot_partitions()
132 for (i = 0; i < numslots; i++) { in parse_redboot_partitions()
154 numslots = swab32(buf[i].size) / sizeof(struct fis_image_desc); in parse_redboot_partitions()
155 for (j = 0; j < numslots; ++j) { in parse_redboot_partitions()
180 numslots = buf[i].size / sizeof(struct fis_image_desc); in parse_redboot_partitions()
185 if (i == numslots) { in parse_redboot_partitions()
193 for (i = 0; i < numslots; i++) { in parse_redboot_partitions()
/linux-6.1.9/drivers/video/fbdev/
Dstifb.c354 #define GET_FIFO_SLOTS(fb, cnt, numslots) \ argument
355 { while (cnt < numslots) \
357 cnt -= numslots; \
/linux-6.1.9/fs/nfsd/
Dnfs4state.c1830 int numslots = fattrs->maxreqs; in alloc_session() local
1837 mem = numslots * sizeof(struct nfsd4_slot *); in alloc_session()
1843 for (i = 0; i < numslots; i++) { in alloc_session()