Searched refs:CTRL_CPUSET (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/lib/ |
D | tst_cgroup.c | 86 CTRL_CPUSET, enumerator 88 #define CTRLS_MAX CTRL_CPUSET 178 { "cpuset.cpus", "cpuset.cpus", CTRL_CPUSET }, 179 { "cpuset.mems", "cpuset.mems", CTRL_CPUSET }, 180 { "cpuset.memory_migrate", "cpuset.memory_migrate", CTRL_CPUSET }, 193 [CTRL_CPUSET] = { 194 "cpuset", cpuset_ctrl_files, CTRL_CPUSET, NULL, 0 668 if (ctrl->ctrl_indx == CTRL_CPUSET) in tst_cgroup_require() 992 if (cfile->ctrl_indx == CTRL_CPUSET && in cgroup_file_alias()
|