2007-10-18 23:39:30 -07:00
|
|
|
/* Add subsystem definitions of the form SUBSYS(<name>) in this
|
|
|
|
|
* file. Surround each one by a line of comment markers so that
|
|
|
|
|
* patches don't collide
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* */
|
|
|
|
|
|
|
|
|
|
/* */
|
|
|
|
|
|
2007-10-18 23:39:39 -07:00
|
|
|
#ifdef CONFIG_CPUSETS
|
|
|
|
|
SUBSYS(cpuset)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* */
|
|
|
|
|
|
2007-10-18 23:39:43 -07:00
|
|
|
#ifdef CONFIG_CGROUP_DEBUG
|
|
|
|
|
SUBSYS(debug)
|
|
|
|
|
#endif
|
|
|
|
|
|
2007-10-18 23:39:30 -07:00
|
|
|
/* */
|
2007-10-18 23:39:45 -07:00
|
|
|
|
2008-02-13 15:45:40 +01:00
|
|
|
#ifdef CONFIG_CGROUP_SCHED
|
2007-10-18 23:41:03 -07:00
|
|
|
SUBSYS(cpu_cgroup)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* */
|
2007-12-02 20:04:49 +01:00
|
|
|
|
|
|
|
|
#ifdef CONFIG_CGROUP_CPUACCT
|
|
|
|
|
SUBSYS(cpuacct)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* */
|
|
|
|
|
|
2008-03-04 14:28:39 -08:00
|
|
|
#ifdef CONFIG_CGROUP_MEM_RES_CTLR
|
2008-02-07 00:13:50 -08:00
|
|
|
SUBSYS(mem_cgroup)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* */
|
2008-04-29 01:00:10 -07:00
|
|
|
|
|
|
|
|
#ifdef CONFIG_CGROUP_DEVICE
|
|
|
|
|
SUBSYS(devices)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* */
|
2008-10-18 20:27:21 -07:00
|
|
|
|
|
|
|
|
#ifdef CONFIG_CGROUP_FREEZER
|
|
|
|
|
SUBSYS(freezer)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* */
|
2008-11-07 22:56:00 -08:00
|
|
|
|
|
|
|
|
#ifdef CONFIG_NET_CLS_CGROUP
|
|
|
|
|
SUBSYS(net_cls)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* */
|
2009-12-03 12:59:42 -05:00
|
|
|
|
|
|
|
|
#ifdef CONFIG_BLK_CGROUP
|
|
|
|
|
SUBSYS(blkio)
|
|
|
|
|
#endif
|
|
|
|
|
|
2011-02-14 11:20:01 +02:00
|
|
|
#ifdef CONFIG_CGROUP_PERF
|
|
|
|
|
SUBSYS(perf)
|
|
|
|
|
#endif
|
|
|
|
|
|
2009-12-03 12:59:42 -05:00
|
|
|
/* */
|