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
|
|
|
|
|
|
|
|
#ifdef CONFIG_CGROUP_NS
|
|
|
|
|
SUBSYS(ns)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
/* */
|
2007-10-18 23:41:03 -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
|
|
|
|
|
|
|
|
|
|
/* */
|