Searched refs:nrparts (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/mtd/parsers/
H A Dbcm63xxpart.c84 int nrparts = 3, curpart = 0; local
96 parts = kzalloc(sizeof(*parts) * nrparts + 10 * nrparts, GFP_KERNEL);
117 for (i = 0; i < nrparts; i++)
123 return nrparts;
H A Dparser_imagetag.c64 int nrparts = 0, curpart = 0; local
148 nrparts++;
151 nrparts++;
153 parts = kzalloc(sizeof(*parts) * nrparts + 10 * nrparts, GFP_KERNEL);
184 for (i = 0; i < nrparts; i++)
200 return nrparts;
H A Dredboot.c76 int nrparts = 0; local
227 nrparts++;
231 nrparts++;
237 nrparts++;
242 parts = kzalloc(sizeof(*parts) * nrparts + nulllen + namelen, GFP_KERNEL);
249 nullname = (char *)&parts[nrparts];
266 for ( ; i < nrparts; i++) {
293 ret = nrparts;

Completed in 218 milliseconds