Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dtimer.c1523 unsigned long mem_total, sav_total; in do_sysinfo() local
1549 mem_total = info->totalram + info->totalswap; in do_sysinfo()
1550 if (mem_total < info->totalram || mem_total < info->totalswap) in do_sysinfo()
1557 sav_total = mem_total; in do_sysinfo()
1558 mem_total <<= 1; in do_sysinfo()
1559 if (mem_total < sav_total) in do_sysinfo()