Lines Matching defs:new
642 /* promote the old contig_hint to be the new scan_hint */
651 * new contig is larger so hold the invariant
1119 * and creating a new chunk would happen soon.
1569 * pcpu_create_chunk - create a new chunk
1825 /* No space left. Create a new chunk. */
1829 err = "failed to allocate new chunk";
2101 /* ran out of chunks to populate, create a new one and retry */
2834 * On success, pointer to the new allocation_info is returned. On
3209 pte_t *new;
3211 new = memblock_alloc(PTE_TABLE_SIZE, PTE_TABLE_SIZE);
3212 if (!new)
3214 pmd_populate_kernel(&init_mm, pmd, new);