Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / include / linux / cgroup_subsys.h
CommitLineData
ddbcc7e8
PM
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
8793d854
PM
10#ifdef CONFIG_CPUSETS
11SUBSYS(cpuset)
12#endif
13
14/* */
15
006cb992
PM
16#ifdef CONFIG_CGROUP_DEBUG
17SUBSYS(debug)
18#endif
19
ddbcc7e8 20/* */
858d72ea 21
052f1dc7 22#ifdef CONFIG_CGROUP_SCHED
68318b8e
SV
23SUBSYS(cpu_cgroup)
24#endif
25
26/* */
d842de87
SV
27
28#ifdef CONFIG_CGROUP_CPUACCT
29SUBSYS(cpuacct)
30#endif
31
32/* */
33
00f0b825 34#ifdef CONFIG_CGROUP_MEM_RES_CTLR
8cdea7c0
BS
35SUBSYS(mem_cgroup)
36#endif
37
38/* */
08ce5f16
SH
39
40#ifdef CONFIG_CGROUP_DEVICE
41SUBSYS(devices)
42#endif
43
44/* */
dc52ddc0
MH
45
46#ifdef CONFIG_CGROUP_FREEZER
47SUBSYS(freezer)
48#endif
49
50/* */
f4009237
TG
51
52#ifdef CONFIG_NET_CLS_CGROUP
53SUBSYS(net_cls)
54#endif
55
56/* */
31e4c28d
VG
57
58#ifdef CONFIG_BLK_CGROUP
59SUBSYS(blkio)
60#endif
61
e5d1367f
SE
62#ifdef CONFIG_CGROUP_PERF
63SUBSYS(perf)
64#endif
65
31e4c28d 66/* */
This page took 0.58984 seconds and 5 git commands to generate.