2 * List of cgroup subsystems.
4 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.
8 * This file *must* be included with SUBSYS() defined.
11 #if IS_ENABLED(CONFIG_CPUSETS)
15 #if IS_ENABLED(CONFIG_CGROUP_SCHED)
19 #if IS_ENABLED(CONFIG_CGROUP_CPUACCT)
23 #if IS_ENABLED(CONFIG_BLK_CGROUP)
27 #if IS_ENABLED(CONFIG_MEMCG)
31 #if IS_ENABLED(CONFIG_CGROUP_DEVICE)
35 #if IS_ENABLED(CONFIG_CGROUP_FREEZER)
39 #if IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)
43 #if IS_ENABLED(CONFIG_CGROUP_PERF)
47 #if IS_ENABLED(CONFIG_CGROUP_NET_PRIO)
51 #if IS_ENABLED(CONFIG_CGROUP_HUGETLB)
55 #if IS_ENABLED(CONFIG_CGROUP_PIDS)
60 * The following subsystems are not supported on the default hierarchy.
62 #if IS_ENABLED(CONFIG_CGROUP_DEBUG)
67 * DO NOT ADD ANY SUBSYSTEM WITHOUT EXPLICIT ACKS FROM CGROUP MAINTAINERS.