Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/oom/
Doom01.c54 overcommit = get_sys_tune("overcommit_memory"); in setup()
59 if (overcommit != -1) in cleanup()
60 set_sys_tune("overcommit_memory", overcommit, 0); in cleanup()
Doom02.c60 overcommit = get_sys_tune("overcommit_memory"); in setup()
66 if (overcommit != -1) in cleanup()
67 set_sys_tune("overcommit_memory", overcommit, 0); in cleanup()
Doom04.c70 overcommit = get_sys_tune("overcommit_memory"); in setup()
92 if (overcommit != -1) in cleanup()
93 set_sys_tune("overcommit_memory", overcommit, 0); in cleanup()
Doom03.c84 overcommit = get_sys_tune("overcommit_memory"); in setup()
95 if (overcommit != -1) in cleanup()
96 set_sys_tune("overcommit_memory", overcommit, 0); in cleanup()
Doom05.c90 overcommit = get_sys_tune("overcommit_memory"); in setup()
115 if (overcommit != -1) in cleanup()
116 set_sys_tune("overcommit_memory", overcommit, 0); in cleanup()
/third_party/ltp/testcases/kernel/mem/include/
Dmem.h46 extern long overcommit;
/third_party/libwebsockets/lib/misc/threadpool/
DREADME.md177 ### Thread overcommit
181 to overcommit the number of threads in the pool compared to the number of
/third_party/ltp/testcases/kernel/mem/lib/
Dmem.c30 long overcommit = -1; variable
/third_party/python/Doc/library/
Dresource.rst243 This limit is enforced only if bit 1 of the vm.overcommit sysctl is set.
/third_party/vk-gl-cts/doc/testspecs/VK/
Dapitests.adoc204 * Memory leak tests (may not work on platforms that overcommit)