]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - include/linux/cgroup_subsys.h
Pull thinkpad-2.6.24 into release branch
[mirror_ubuntu-jammy-kernel.git] / include / linux / cgroup_subsys.h
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 #ifdef CONFIG_CPUSETS
11 SUBSYS(cpuset)
12 #endif
13
14 /* */
15
16 #ifdef CONFIG_CGROUP_DEBUG
17 SUBSYS(debug)
18 #endif
19
20 /* */
21
22 #ifdef CONFIG_CGROUP_NS
23 SUBSYS(ns)
24 #endif
25
26 /* */
27
28 #ifdef CONFIG_FAIR_CGROUP_SCHED
29 SUBSYS(cpu_cgroup)
30 #endif
31
32 /* */