Files
kernel/include/linux/cgroup_subsys.h
T

56 lines
995 B
C
Raw Normal View History

/*
* List of cgroup subsystems.
*
* DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
*/
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_CPUSETS)
SUBSYS(cpuset)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_DEBUG)
SUBSYS(debug)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_SCHED)
2007-10-18 23:41:03 -07:00
SUBSYS(cpu_cgroup)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_CPUACCT)
2007-12-02 20:04:49 +01:00
SUBSYS(cpuacct)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_MEMCG)
2008-02-07 00:13:50 -08:00
SUBSYS(mem_cgroup)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_DEVICE)
2008-04-29 01:00:10 -07:00
SUBSYS(devices)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_FREEZER)
SUBSYS(freezer)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_NET_CLS_CGROUP)
2008-11-07 22:56:00 -08:00
SUBSYS(net_cls)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_BLK_CGROUP)
SUBSYS(blkio)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_PERF)
2011-02-14 11:20:01 +02:00
SUBSYS(perf)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_NETPRIO_CGROUP)
SUBSYS(net_prio)
#endif
2012-09-12 16:12:05 +02:00
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_HUGETLB)
2012-07-31 16:42:12 -07:00
SUBSYS(hugetlb)
#endif
/*
* DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
*/