Blame view

include/linux/cgroup_subsys.h 816 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

052f1dc7e   Peter Zijlstra   sched: rt-group: ...
19
  #ifdef CONFIG_CGROUP_SCHED
68318b8e0   Srivatsa Vaddagiri   Hook up group sch...
20
21
22
23
  SUBSYS(cpu_cgroup)
  #endif
  
  /* */
d842de871   Srivatsa Vaddagiri   sched: cpu accoun...
24
25
26
27
28
29
  
  #ifdef CONFIG_CGROUP_CPUACCT
  SUBSYS(cpuacct)
  #endif
  
  /* */
00f0b8259   Balbir Singh   Memory controller...
30
  #ifdef CONFIG_CGROUP_MEM_RES_CTLR
8cdea7c05   Balbir Singh   Memory controller...
31
32
33
34
  SUBSYS(mem_cgroup)
  #endif
  
  /* */
08ce5f16e   Serge E. Hallyn   cgroups: implemen...
35
36
37
38
39
40
  
  #ifdef CONFIG_CGROUP_DEVICE
  SUBSYS(devices)
  #endif
  
  /* */
dc52ddc0e   Matt Helsley   container freezer...
41
42
43
44
45
46
  
  #ifdef CONFIG_CGROUP_FREEZER
  SUBSYS(freezer)
  #endif
  
  /* */
f40092373   Thomas Graf   pkt_sched: Contro...
47
48
49
50
51
52
  
  #ifdef CONFIG_NET_CLS_CGROUP
  SUBSYS(net_cls)
  #endif
  
  /* */
31e4c28d9   Vivek Goyal   blkio: Introduce ...
53
54
55
56
  
  #ifdef CONFIG_BLK_CGROUP
  SUBSYS(blkio)
  #endif
5bc1421e3   Neil Horman   net: add network ...
57
  /* */
e5d1367f1   Stephane Eranian   perf: Add cgroup ...
58
59
60
  #ifdef CONFIG_CGROUP_PERF
  SUBSYS(perf)
  #endif
31e4c28d9   Vivek Goyal   blkio: Introduce ...
61
  /* */
5bc1421e3   Neil Horman   net: add network ...
62
63
64
65
66
67
  
  #ifdef CONFIG_NETPRIO_CGROUP
  SUBSYS(net_prio)
  #endif
  
  /* */