Searched refs:swap_total (Results 1 – 3 of 3) sorted by relevance
154 EXPECT_TRUE(meminfo.swap_total == 5832280); in TEST_F()166 EXPECT_TRUE(meminfo.swap_total == 524280); in TEST_F()
466 swap_total = 0; in SystemMemoryInfoKB()493 res->SetInteger("swap_total", swap_total); in ToValue()495 res->SetInteger("swap_used", swap_total - swap_free); in ToValue()561 StringToInt(tokens[1], &meminfo->swap_total); in ParseProcMeminfo()
275 int swap_total; member