HomeSort by relevance Sort by last modified time
    Searched refs:overcommit (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/mem/oom/
oom01.c 81 overcommit = get_sys_tune("overcommit_memory");
86 set_sys_tune("overcommit_memory", overcommit, 0);
oom02.c 85 overcommit = get_sys_tune("overcommit_memory");
91 set_sys_tune("overcommit_memory", overcommit, 0);
oom03.c 97 overcommit = get_sys_tune("overcommit_memory");
104 set_sys_tune("overcommit_memory", overcommit, 0);
oom04.c 93 overcommit = get_sys_tune("overcommit_memory");
113 set_sys_tune("overcommit_memory", overcommit, 0);
oom05.c 116 overcommit = get_sys_tune("overcommit_memory");
138 set_sys_tune("overcommit_memory", overcommit, 0);
  /external/ltp/testcases/kernel/mem/include/
mem.h 39 long overcommit; variable
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap05.c 2 * overcommit hugetlbfs and check the statistics.
4 * hugetlbfs allows to overcommit hugepages and there are tunables in
6 * overcommit by either mmap or shared memory. Also ensure those
103 static void overcommit(void);
136 overcommit();
142 static void overcommit(void) function

Completed in 49 milliseconds