Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcgroup_subsys.h7 SUBSYS(cpuset)
11 SUBSYS(cpu)
15 SUBSYS(cpuacct)
19 SUBSYS(blkio)
23 SUBSYS(memory)
27 SUBSYS(devices)
31 SUBSYS(freezer)
35 SUBSYS(net_cls)
39 SUBSYS(perf_event)
43 SUBSYS(net_prio)
[all …]
Dcgroup-defs.h34 #define SUBSYS(_x) _x ## _cgrp_id, macro
39 #undef SUBSYS
Dcgroup.h259 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
261 #undef SUBSYS
/linux-4.1.27/kernel/
Dcgroup.c126 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
130 #undef SUBSYS
133 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
137 #undef SUBSYS