Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup_subsys.h13 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_event)
49 SUBSYS(net_prio)
[all …]
/linux/kernel/cgroup/
H A Dcgroup.c141 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
145 #undef SUBSYS
148 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
152 #undef SUBSYS
155 #define SUBSYS(_x) \ macro
161 #undef SUBSYS
163 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
167 #undef SUBSYS
169 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro
173 #undef SUBSYS