|
|
| File: [Development] / linux-2.6-xfs / include / linux / cgroup_subsys.h (download)
Revision 1.5, Mon Aug 4 17:03:13 2008 UTC (9 years, 2 months ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.26 Merge of 2.6.x-xfs-melb:linux:31804b by kenmcd. |
/* 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 */ /* */ /* */ #ifdef CONFIG_CPUSETS SUBSYS(cpuset) #endif /* */ #ifdef CONFIG_CGROUP_DEBUG SUBSYS(debug) #endif /* */ #ifdef CONFIG_CGROUP_NS SUBSYS(ns) #endif /* */ #ifdef CONFIG_CGROUP_SCHED SUBSYS(cpu_cgroup) #endif /* */ #ifdef CONFIG_CGROUP_CPUACCT SUBSYS(cpuacct) #endif /* */ #ifdef CONFIG_CGROUP_MEM_RES_CTLR SUBSYS(mem_cgroup) #endif /* */ #ifdef CONFIG_CGROUP_DEVICE SUBSYS(devices) #endif /* */