Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/ksm/
Dksm04.c113 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
115 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
Dksm03.c82 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
Dksm02.c108 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
/external/ltp/testcases/kernel/mem/oom/
Doom05.c96 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
98 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
Doom04.c72 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
Doom03.c76 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
/external/ltp/testcases/kernel/mem/include/
Dmem.h78 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new);
/external/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c88 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
/external/ltp/testcases/kernel/mem/lib/
Dmem.c748 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new) in mount_mem() function