Searched refs:mount_mem (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/kernel/mem/ksm/ |
D | ksm04.c | 113 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup() 115 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
|
D | ksm03.c | 82 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
|
D | ksm02.c | 108 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
|
/external/ltp/testcases/kernel/mem/oom/ |
D | oom05.c | 96 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup() 98 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
|
D | oom04.c | 72 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
|
D | oom03.c | 76 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
|
/external/ltp/testcases/kernel/mem/include/ |
D | mem.h | 78 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new);
|
/external/ltp/testcases/kernel/mem/cpuset/ |
D | cpuset01.c | 88 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
|
/external/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 748 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new) in mount_mem() function
|