Home
last modified time | relevance | path

Searched refs:SUBSYS (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dcgroup_subsys.h9 * This file *must* be included with SUBSYS() defined.
13 SUBSYS(cpuset)
17 SUBSYS(cpu)
21 SUBSYS(cpuacct)
25 SUBSYS(io)
29 SUBSYS(memory)
33 SUBSYS(devices)
37 SUBSYS(freezer)
41 SUBSYS(net_cls)
45 SUBSYS(perf_even
[all...]
H A Dcgroup.h81 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
83 #undef SUBSYS
85 #define SUBSYS(_x) \ macro
89 #undef SUBSYS
H A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
47 #undef SUBSYS
/linux/kernel/cgroup/
H A Dcgroup.c133 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
137 #undef SUBSYS
140 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
144 #undef SUBSYS
147 #define SUBSYS(_x) \ macro
153 #undef SUBSYS
155 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
159 #undef SUBSYS
161 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro
165 #undef SUBSYS
[all...]