Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/mm/
Dmmap.c87 unsigned long gap_min, gap_max; in mmap_base() local
98 gap_max = (task_size / 6) * 5; in mmap_base()
102 else if (gap > gap_max) in mmap_base()
103 gap = gap_max; in mmap_base()
/linux-6.1.9/arch/s390/mm/
Dmmap.c53 unsigned long gap_min, gap_max; in mmap_base() local
64 gap_max = (STACK_TOP / 6) * 5; in mmap_base()
68 else if (gap > gap_max) in mmap_base()
69 gap = gap_max; in mmap_base()