]> bbs.cooldavid.org Git - net-next-2.6.git/blame - include/linux/cgroup_subsys.h
Memory controller: cgroups setup
[net-next-2.6.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
SH
21
22#ifdef CONFIG_CGROUP_NS
23SUBSYS(ns)
24#endif
25
26/* */
68318b8e
SV
27
28#ifdef CONFIG_FAIR_CGROUP_SCHED
29SUBSYS(cpu_cgroup)
30#endif
31
32/* */
d842de87
SV
33
34#ifdef CONFIG_CGROUP_CPUACCT
35SUBSYS(cpuacct)
36#endif
37
38/* */
39
8cdea7c0
BS
40#ifdef CONFIG_CGROUP_MEM_CONT
41SUBSYS(mem_cgroup)
42#endif
43
44/* */