Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c90 static long commit_left; variable
156 alloc_and_check(commit_left * 2, EXPECT_FAIL); in overcommit_memory_test()
159 alloc_and_check(commit_left / 2, EXPECT_PASS); in overcommit_memory_test()
235 commit_left = commit_limit - committed; in update_mem_commit()
237 if (commit_left < 0) { in update_mem_commit()