Home
last modified time | relevance | path

Searched refs:goal (Results 1 – 2 of 2) sorted by relevance

/mm/
Dsparse.c353 unsigned long goal, limit; in sparse_early_usemaps_alloc_pgdat_section() local
365 goal = __pa(pgdat) & (PAGE_SECTION_MASK << PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
366 limit = goal + (1UL << PA_SECTION_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
367 nid = early_pfn_to_nid(goal >> PAGE_SHIFT); in sparse_early_usemaps_alloc_pgdat_section()
369 usage = memblock_alloc_try_nid(size, SMP_CACHE_BYTES, goal, limit, nid); in sparse_early_usemaps_alloc_pgdat_section()
Dsparse-vmemmap.c42 unsigned long goal) in __earlyonly_bootmem_alloc() argument
44 return memblock_alloc_try_nid_raw(size, align, goal, in __earlyonly_bootmem_alloc()