Home
last modified time | relevance | path

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

/kernel/
Dtimer.c1322 unsigned long mem_total, sav_total; in do_sysinfo() local
1368 mem_total = info->totalram + info->totalswap; in do_sysinfo()
1369 if (mem_total < info->totalram || mem_total < info->totalswap) in do_sysinfo()
1376 sav_total = mem_total; in do_sysinfo()
1377 mem_total <<= 1; in do_sysinfo()
1378 if (mem_total < sav_total) in do_sysinfo()