at v3.9 1.1 kB view raw
1/* Add subsystem definitions of the form SUBSYS(<name>) in this 2 * file. Surround each one by a line of comment markers so that 3 * patches don't collide 4 */ 5 6/* */ 7 8/* */ 9 10#if IS_SUBSYS_ENABLED(CONFIG_CPUSETS) 11SUBSYS(cpuset) 12#endif 13 14/* */ 15 16#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_DEBUG) 17SUBSYS(debug) 18#endif 19 20/* */ 21 22#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_SCHED) 23SUBSYS(cpu_cgroup) 24#endif 25 26/* */ 27 28#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_CPUACCT) 29SUBSYS(cpuacct) 30#endif 31 32/* */ 33 34#if IS_SUBSYS_ENABLED(CONFIG_MEMCG) 35SUBSYS(mem_cgroup) 36#endif 37 38/* */ 39 40#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_DEVICE) 41SUBSYS(devices) 42#endif 43 44/* */ 45 46#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_FREEZER) 47SUBSYS(freezer) 48#endif 49 50/* */ 51 52#if IS_SUBSYS_ENABLED(CONFIG_NET_CLS_CGROUP) 53SUBSYS(net_cls) 54#endif 55 56/* */ 57 58#if IS_SUBSYS_ENABLED(CONFIG_BLK_CGROUP) 59SUBSYS(blkio) 60#endif 61 62/* */ 63 64#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_PERF) 65SUBSYS(perf) 66#endif 67 68/* */ 69 70#if IS_SUBSYS_ENABLED(CONFIG_NETPRIO_CGROUP) 71SUBSYS(net_prio) 72#endif 73 74/* */ 75 76#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_HUGETLB) 77SUBSYS(hugetlb) 78#endif 79 80/* */