Home
last modified time | relevance | path

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

/kernel/
Dsys.c2539 unsigned long mem_total, sav_total; in do_sysinfo() local
2565 mem_total = info->totalram + info->totalswap; in do_sysinfo()
2566 if (mem_total < info->totalram || mem_total < info->totalswap) in do_sysinfo()
2573 sav_total = mem_total; in do_sysinfo()
2574 mem_total <<= 1; in do_sysinfo()
2575 if (mem_total < sav_total) in do_sysinfo()