Searched refs:overcommit (Results 1 – 10 of 10) sorted by relevance
| /third_party/ltp/testcases/kernel/mem/oom/ |
| D | oom01.c | 54 overcommit = get_sys_tune("overcommit_memory"); in setup() 59 if (overcommit != -1) in cleanup() 60 set_sys_tune("overcommit_memory", overcommit, 0); in cleanup()
|
| D | oom02.c | 60 overcommit = get_sys_tune("overcommit_memory"); in setup() 66 if (overcommit != -1) in cleanup() 67 set_sys_tune("overcommit_memory", overcommit, 0); in cleanup()
|
| D | oom04.c | 70 overcommit = get_sys_tune("overcommit_memory"); in setup() 92 if (overcommit != -1) in cleanup() 93 set_sys_tune("overcommit_memory", overcommit, 0); in cleanup()
|
| D | oom03.c | 84 overcommit = get_sys_tune("overcommit_memory"); in setup() 95 if (overcommit != -1) in cleanup() 96 set_sys_tune("overcommit_memory", overcommit, 0); in cleanup()
|
| D | oom05.c | 90 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/ |
| D | mem.h | 46 extern long overcommit;
|
| /third_party/libwebsockets/lib/misc/threadpool/ |
| D | README.md | 177 ### Thread overcommit 181 to overcommit the number of threads in the pool compared to the number of
|
| /third_party/ltp/testcases/kernel/mem/lib/ |
| D | mem.c | 30 long overcommit = -1; variable
|
| /third_party/python/Doc/library/ |
| D | resource.rst | 243 This limit is enforced only if bit 1 of the vm.overcommit sysctl is set.
|
| /third_party/vk-gl-cts/doc/testspecs/VK/ |
| D | apitests.adoc | 204 * Memory leak tests (may not work on platforms that overcommit)
|