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

/linux-4.1.27/arch/x86/mm/
H A Dinit.c69 static bool __initdata can_use_brk_pgt = true; variable
93 if ((pgt_buf_end + num) > pgt_buf_top || !can_use_brk_pgt) { alloc_low_pages()
447 can_use_brk_pgt = max(start, (u64)pgt_buf_end<<PAGE_SHIFT) >= init_range_memory_mapping()
451 can_use_brk_pgt = true; init_range_memory_mapping()

Completed in 77 milliseconds