Searched refs:mem_total (Results 1 – 1 of 1) sorted by relevance
1523 unsigned long mem_total, sav_total; in do_sysinfo() local1549 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()