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

/linux-master/mm/
H A Dmmap.c1972 unsigned long gap_addr; local
1986 gap_addr = address + stack_guard_gap;
1989 if (gap_addr < address || gap_addr > TASK_SIZE)
1990 gap_addr = TASK_SIZE;
1992 next = find_vma_intersection(mm, vma->vm_end, gap_addr);

Completed in 131 milliseconds