Home
last modified time | relevance | path

Searched refs:numslots (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A 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()
153 /* Update numslots based on actual FIS directory size */ 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 /* Update numslots based on actual FIS directory size */ in parse_redboot_partitions()
181 numslots = buf[i].size / sizeof(struct fis_image_desc); in parse_redboot_partitions()
186 if (i == numslots) { in parse_redboot_partitions()
194 for (i = 0; i < numslots; in parse_redboot_partitions()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A 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()
153 /* Update numslots based on actual FIS directory size */ 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()
179 /* Update numslots based on actual FIS directory size */ 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; in parse_redboot_partitions()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dstifb.c354 #define GET_FIFO_SLOTS(fb, cnt, numslots) \
355 { while (cnt < numslots) \
357 cnt -= numslots; \
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dstifb.c354 #define GET_FIFO_SLOTS(fb, cnt, numslots) \
355 { while (cnt < numslots) \
357 cnt -= numslots; \
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4state.c1710 int numslots = fattrs->maxreqs; in alloc_session() local
1717 mem = numslots * sizeof(struct nfsd4_slot *); in alloc_session()
1723 for (i = 0; i < numslots; i++) { in alloc_session()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4state.c1829 int numslots = fattrs->maxreqs; in alloc_session() local
1837 new = kzalloc(struct_size(new, se_slots, numslots), GFP_KERNEL); in alloc_session()
1841 for (i = 0; i < numslots; i++) { in alloc_session()

Completed in 24 milliseconds