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

  /external/ltp/testcases/kernel/mem/oom/
oom05.c 79 if (access(MEMCG_SW_LIMIT, F_OK) == -1) {
91 SAFE_FILE_PRINTF(cleanup, MEMCG_SW_LIMIT, "%ld", TESTMEM);
96 SAFE_FILE_PRINTF(cleanup, MEMCG_SW_LIMIT, "-1");
oom03.c 67 if (access(MEMCG_SW_LIMIT, F_OK) == -1) {
74 SAFE_FILE_PRINTF(cleanup, MEMCG_SW_LIMIT,
  /external/ltp/testcases/kernel/mem/include/
mem.h 74 #define MEMCG_SW_LIMIT MEMCG_PATH_NEW "/memory.memsw.limit_in_bytes"

Completed in 38 milliseconds