Linux 3.9-rc4
[linux-2.6/cjktty.git] / include / linux / cgroup_subsys.h
blobf204a7a9cf382139a10c77302b4f5aecf1c118be
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 */
6 /* */
8 /* */
10 #if IS_SUBSYS_ENABLED(CONFIG_CPUSETS)
11 SUBSYS(cpuset)
12 #endif
14 /* */
16 #if IS_SUBSYS_ENABLED(CONFIG_CGROUP_DEBUG)
17 SUBSYS(debug)
18 #endif
20 /* */
22 #if IS_SUBSYS_ENABLED(CONFIG_CGROUP_SCHED)
23 SUBSYS(cpu_cgroup)
24 #endif
26 /* */
28 #if IS_SUBSYS_ENABLED(CONFIG_CGROUP_CPUACCT)
29 SUBSYS(cpuacct)
30 #endif
32 /* */
34 #if IS_SUBSYS_ENABLED(CONFIG_MEMCG)
35 SUBSYS(mem_cgroup)
36 #endif
38 /* */
40 #if IS_SUBSYS_ENABLED(CONFIG_CGROUP_DEVICE)
41 SUBSYS(devices)
42 #endif
44 /* */
46 #if IS_SUBSYS_ENABLED(CONFIG_CGROUP_FREEZER)
47 SUBSYS(freezer)
48 #endif
50 /* */
52 #if IS_SUBSYS_ENABLED(CONFIG_NET_CLS_CGROUP)
53 SUBSYS(net_cls)
54 #endif
56 /* */
58 #if IS_SUBSYS_ENABLED(CONFIG_BLK_CGROUP)
59 SUBSYS(blkio)
60 #endif
62 /* */
64 #if IS_SUBSYS_ENABLED(CONFIG_CGROUP_PERF)
65 SUBSYS(perf)
66 #endif
68 /* */
70 #if IS_SUBSYS_ENABLED(CONFIG_NETPRIO_CGROUP)
71 SUBSYS(net_prio)
72 #endif
74 /* */
76 #if IS_SUBSYS_ENABLED(CONFIG_CGROUP_HUGETLB)
77 SUBSYS(hugetlb)
78 #endif
80 /* */