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

/arch/x86/mm/
H A Dinit.c36 static bool __initdata can_use_brk_pgt = true; variable
60 if ((pgt_buf_end + num) > pgt_buf_top || !can_use_brk_pgt) {
399 can_use_brk_pgt = max(start, (u64)pgt_buf_end<<PAGE_SHIFT) >=
403 can_use_brk_pgt = true;

Completed in 33 milliseconds