Task Control Groups: example CPU accounting subsystem
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / cgroup_subsys.h
CommitLineData
ddbcc7e8
PM
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
8793d854
PM
10#ifdef CONFIG_CPUSETS
11SUBSYS(cpuset)
12#endif
13
14/* */
15
62d0df64
PM
16#ifdef CONFIG_CGROUP_CPUACCT
17SUBSYS(cpuacct)
18#endif
19
20/* */
21
ddbcc7e8 22/* */