Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c93 static long overcommit_ratio; variable
122 overcommit_ratio = SAFE_STRTOL(NULL, R_opt, 0, LONG_MAX); in main()
124 overcommit_ratio = DEFAULT_OVER_RATIO; in main()
178 set_sys_tune("overcommit_ratio", overcommit_ratio, 1); in setup()