Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dmmap.c2382 unsigned long gap_addr; in expand_upwards() local
2395 gap_addr = address + stack_guard_gap; in expand_upwards()
2398 if (gap_addr < address || gap_addr > TASK_SIZE) in expand_upwards()
2399 gap_addr = TASK_SIZE; in expand_upwards()
2402 if (next && next->vm_start < gap_addr && vma_is_accessible(next)) { in expand_upwards()