nrparts 92 drivers/mtd/parsers/bcm63xxpart.c int nrparts = 3, curpart = 0; nrparts 104 drivers/mtd/parsers/bcm63xxpart.c parts = kzalloc(sizeof(*parts) * nrparts + 10 * nrparts, GFP_KERNEL); nrparts 125 drivers/mtd/parsers/bcm63xxpart.c for (i = 0; i < nrparts; i++) nrparts 131 drivers/mtd/parsers/bcm63xxpart.c return nrparts; nrparts 64 drivers/mtd/parsers/parser_imagetag.c int nrparts = 0, curpart = 0; nrparts 144 drivers/mtd/parsers/parser_imagetag.c nrparts++; nrparts 147 drivers/mtd/parsers/parser_imagetag.c nrparts++; nrparts 149 drivers/mtd/parsers/parser_imagetag.c parts = kzalloc(sizeof(*parts) * nrparts + 10 * nrparts, GFP_KERNEL); nrparts 180 drivers/mtd/parsers/parser_imagetag.c for (i = 0; i < nrparts; i++) nrparts 196 drivers/mtd/parsers/parser_imagetag.c return nrparts; nrparts 70 drivers/mtd/parsers/redboot.c int nrparts = 0; nrparts 222 drivers/mtd/parsers/redboot.c nrparts++; nrparts 226 drivers/mtd/parsers/redboot.c nrparts++; nrparts 232 drivers/mtd/parsers/redboot.c nrparts++; nrparts 237 drivers/mtd/parsers/redboot.c parts = kzalloc(sizeof(*parts)*nrparts + nulllen + namelen, GFP_KERNEL); nrparts 244 drivers/mtd/parsers/redboot.c nullname = (char *)&parts[nrparts]; nrparts 262 drivers/mtd/parsers/redboot.c for ( ; i<nrparts; i++) { nrparts 289 drivers/mtd/parsers/redboot.c ret = nrparts;