Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/parisc/mm/
A Dinit.c111 unsigned long mem_max; in setup_bootmem() local
194 mem_max = 0; in setup_bootmem()
199 if ((mem_max + rsize) > mem_limit) { in setup_bootmem()
201 if (mem_max == mem_limit) in setup_bootmem()
205 - (mem_max >> PAGE_SHIFT); in setup_bootmem()
207 mem_max = mem_limit; in setup_bootmem()
211 mem_max += rsize; in setup_bootmem()
214 printk(KERN_INFO "Total Memory: %ld MB\n",mem_max >> 20); in setup_bootmem()
300 if (__pa(initrd_start) < mem_max) { in setup_bootmem()
303 if (__pa(initrd_end) > mem_max) { in setup_bootmem()
[all …]
/linux-6.3-rc2/tools/testing/selftests/cgroup/
A Dtest_memcontrol.c774 long mem_max = (long)arg; in alloc_anon_50M_check_swap() local
785 if (!mem_current || !values_close(mem_current, mem_max, 3)) in alloc_anon_50M_check_swap()

Completed in 5 milliseconds