Searched refs:mount_mem (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/mem/oom/ |
D | oom05.c | 119 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup() 120 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
|
D | oom04.c | 96 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
|
D | oom03.c | 99 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
|
/external/ltp/testcases/kernel/mem/ksm/ |
D | ksm04.c | 155 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup() 156 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
|
D | ksm03.c | 118 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
|
D | ksm02.c | 151 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
|
/external/ltp/testcases/kernel/mem/include/ |
D | mem.h | 83 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new);
|
/external/ltp/testcases/kernel/mem/cpuset/ |
D | cpuset01.c | 138 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
|
/external/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 842 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new) in mount_mem() function
|