Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/mem/oom/
Doom05.c119 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
120 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
Doom04.c96 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
Doom03.c99 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
/external/ltp/testcases/kernel/mem/ksm/
Dksm04.c155 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
156 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
Dksm03.c118 mount_mem("memcg", "cgroup", "memory", MEMCG_PATH, MEMCG_PATH_NEW); in setup()
Dksm02.c151 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
/external/ltp/testcases/kernel/mem/include/
Dmem.h83 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new);
/external/ltp/testcases/kernel/mem/cpuset/
Dcpuset01.c138 mount_mem("cpuset", "cpuset", NULL, CPATH, CPATH_NEW); in setup()
/external/ltp/testcases/kernel/mem/lib/
Dmem.c842 void mount_mem(char *name, char *fs, char *options, char *path, char *path_new) in mount_mem() function