Searched refs:sum_total (Results 1 – 1 of 1) sorted by relevance
94 static long sum_total; variable162 sum_total = mem_total + swap_total; in setup()210 alloc_and_check(sum_total, EXPECT_FAIL); in overcommit_memory_test()215 alloc_and_check(sum_total / 2, EXPECT_PASS); in overcommit_memory_test()216 alloc_and_check(sum_total, EXPECT_PASS); in overcommit_memory_test()217 alloc_and_check(sum_total * 2, EXPECT_PASS); in overcommit_memory_test()