Task Control Groups: simple task cgroup debug info subsystem
[deliverable/linux.git] / include / linux / cgroup_subsys.h
1 /* Add subsystem definitions of the form SUBSYS(<name>) in this
2 * file. Surround each one by a line of comment markers so that
3 * patches don't collide
4 */
5
6 /* */
7
8 /* */
9
10 #ifdef CONFIG_CPUSETS
11 SUBSYS(cpuset)
12 #endif
13
14 /* */
15
16 #ifdef CONFIG_CGROUP_CPUACCT
17 SUBSYS(cpuacct)
18 #endif
19
20 /* */
21
22 #ifdef CONFIG_CGROUP_DEBUG
23 SUBSYS(debug)
24 #endif
25
26 /* */
This page took 0.0312 seconds and 5 git commands to generate.