Searched defs:new_alloc (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dpercpu.c357 int new_alloc; local
362 new_alloc = PCPU_DFL_MAP_ALLOC;
363 while (new_alloc < chunk->map_used + 2)
364 new_alloc *= 2;
366 return new_alloc;
372 * @new_alloc: new target allocation length of the area map
374 * Extend area map of @chunk to have @new_alloc entries.
382 static int pcpu_extend_area_map(struct pcpu_chunk *chunk, int new_alloc) argument
385 size_t old_size = 0, new_size = new_alloc * sizeof(new[0]);
395 if (new_alloc <
712 int slot, off, new_alloc; local
[all...]

Completed in 8 milliseconds