Blame view

include/linux/cgroup_subsys.h 637 Bytes
ddbcc7e8e   Paul Menage   Task Control Grou...
1
2
3
4
5
6
7
8
  /* 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
   */
  
  /* */
  
  /* */
8793d854e   Paul Menage   Task Control Grou...
9
10
11
12
13
  #ifdef CONFIG_CPUSETS
  SUBSYS(cpuset)
  #endif
  
  /* */
006cb9920   Paul Menage   Task Control Grou...
14
15
16
  #ifdef CONFIG_CGROUP_DEBUG
  SUBSYS(debug)
  #endif
ddbcc7e8e   Paul Menage   Task Control Grou...
17
  /* */
858d72ead   Serge E. Hallyn   cgroups: implemen...
18
19
20
21
22
23
  
  #ifdef CONFIG_CGROUP_NS
  SUBSYS(ns)
  #endif
  
  /* */
68318b8e0   Srivatsa Vaddagiri   Hook up group sch...
24

052f1dc7e   Peter Zijlstra   sched: rt-group: ...
25
  #ifdef CONFIG_CGROUP_SCHED
68318b8e0   Srivatsa Vaddagiri   Hook up group sch...
26
27
28
29
  SUBSYS(cpu_cgroup)
  #endif
  
  /* */
d842de871   Srivatsa Vaddagiri   sched: cpu accoun...
30
31
32
33
34
35
  
  #ifdef CONFIG_CGROUP_CPUACCT
  SUBSYS(cpuacct)
  #endif
  
  /* */
00f0b8259   Balbir Singh   Memory controller...
36
  #ifdef CONFIG_CGROUP_MEM_RES_CTLR
8cdea7c05   Balbir Singh   Memory controller...
37
38
39
40
  SUBSYS(mem_cgroup)
  #endif
  
  /* */
08ce5f16e   Serge E. Hallyn   cgroups: implemen...
41
42
43
44
45
46
  
  #ifdef CONFIG_CGROUP_DEVICE
  SUBSYS(devices)
  #endif
  
  /* */
dc52ddc0e   Matt Helsley   container freezer...
47
48
49
50
51
52
  
  #ifdef CONFIG_CGROUP_FREEZER
  SUBSYS(freezer)
  #endif
  
  /* */