Searched refs:mem_max (Results 1 – 4 of 4) sorted by relevance
112 unsigned long mem_max; in setup_bootmem() local195 mem_max = 0; in setup_bootmem()200 if ((mem_max + rsize) > mem_limit) { in setup_bootmem()202 if (mem_max == mem_limit) in setup_bootmem()206 - (mem_max >> PAGE_SHIFT); in setup_bootmem()208 mem_max = mem_limit; in setup_bootmem()212 mem_max += rsize; in setup_bootmem()215 printk(KERN_INFO "Total Memory: %ld MB\n",mem_max >> 20); in setup_bootmem()301 if (__pa(initrd_start) < mem_max) { in setup_bootmem()304 if (__pa(initrd_end) > mem_max) { in setup_bootmem()[all …]
31 unsigned long long mem_max = ULONG_MAX;
33 unsigned long long mem_max = ULONG_MAX;
786 long mem_max = (long)arg; in alloc_anon_50M_check_swap() local802 if (!mem_current || !values_close(mem_current, mem_max, 3)) in alloc_anon_50M_check_swap()