Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/mm/
Dmmap.c98 unsigned long gap_min, gap_max; in mmap_base() local
108 gap_min = SIZE_128M; in mmap_base()
111 if (gap < gap_min) in mmap_base()
112 gap = gap_min; in mmap_base()