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

/linux-master/arch/x86/mm/
H A Dmmap.c87 unsigned long gap_min, gap_max; local
98 gap_max = (task_size / 6) * 5;
102 else if (gap > gap_max)
103 gap = gap_max;
/linux-master/arch/s390/mm/
H A Dmmap.c53 unsigned long gap_min, gap_max; local
64 gap_max = (STACK_TOP / 6) * 5;
68 else if (gap > gap_max)
69 gap = gap_max;
/linux-master/lib/
H A Dmaple_tree.c4743 unsigned long *gap_min, unsigned long *gap_max)
4809 *gap_max = min + gap - 1;
4742 mas_rev_awalk(struct ma_state *mas, unsigned long size, unsigned long *gap_min, unsigned long *gap_max) argument

Completed in 142 milliseconds