Home
last modified time | relevance | path

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

/linux/mm/
A Dmmap.c2381 unsigned long gap_addr; in expand_upwards() local
2394 gap_addr = address + stack_guard_gap; in expand_upwards()
2397 if (gap_addr < address || gap_addr > TASK_SIZE) in expand_upwards()
2398 gap_addr = TASK_SIZE; in expand_upwards()
2401 if (next && next->vm_start < gap_addr && vma_is_accessible(next)) { in expand_upwards()

Completed in 18 milliseconds