Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c94 static long sum_total; variable
162 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()