Home
last modified time | relevance | path

Searched refs:gap_max (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
109 gap_max = (task_size / 6) * 5; in mmap_base()
113 else if (gap > gap_max) in mmap_base()
114 gap = gap_max; in mmap_base()