Home
last modified time | relevance | path

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

/kernel/
Dsys.c2671 unsigned long mem_total, sav_total; in do_sysinfo() local
2697 mem_total = info->totalram + info->totalswap; in do_sysinfo()
2698 if (mem_total < info->totalram || mem_total < info->totalswap) in do_sysinfo()
2705 sav_total = mem_total; in do_sysinfo()
2706 mem_total <<= 1; in do_sysinfo()
2707 if (mem_total < sav_total) in do_sysinfo()