cgroup_subsys.h 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9
/* 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
 */

/* */

/* */

10
#if IS_SUBSYS_ENABLED(CONFIG_CPUSETS)
11 12 13 14 15
SUBSYS(cpuset)
#endif

/* */

16
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_DEBUG)
17 18 19
SUBSYS(debug)
#endif

20
/* */
21

22
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_SCHED)
23 24 25 26
SUBSYS(cpu_cgroup)
#endif

/* */
27

28
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_CPUACCT)
29 30 31 32 33
SUBSYS(cpuacct)
#endif

/* */

34
#if IS_SUBSYS_ENABLED(CONFIG_MEMCG)
B
Balbir Singh 已提交
35 36 37 38
SUBSYS(mem_cgroup)
#endif

/* */
39

40
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_DEVICE)
41 42 43 44
SUBSYS(devices)
#endif

/* */
45

46
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_FREEZER)
47 48 49 50
SUBSYS(freezer)
#endif

/* */
T
Thomas Graf 已提交
51

52
#if IS_SUBSYS_ENABLED(CONFIG_NET_CLS_CGROUP)
T
Thomas Graf 已提交
53 54 55 56
SUBSYS(net_cls)
#endif

/* */
57

58
#if IS_SUBSYS_ENABLED(CONFIG_BLK_CGROUP)
59 60 61
SUBSYS(blkio)
#endif

62 63
/* */

64
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_PERF)
S
Stephane Eranian 已提交
65 66 67
SUBSYS(perf)
#endif

68
/* */
69

70
#if IS_SUBSYS_ENABLED(CONFIG_NETPRIO_CGROUP)
71 72 73 74
SUBSYS(net_prio)
#endif

/* */
75

76
#if IS_SUBSYS_ENABLED(CONFIG_CGROUP_HUGETLB)
77 78 79 80
SUBSYS(hugetlb)
#endif

/* */
K
Kent Overstreet 已提交
81 82 83 84 85 86

#ifdef CONFIG_CGROUP_BCACHE
SUBSYS(bcache)
#endif

/* */