Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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 …]
Dcgroup.h75 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
77 #undef SUBSYS
79 #define SUBSYS(_x) \ macro
83 #undef SUBSYS
Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
47 #undef SUBSYS
/linux-6.6.21/kernel/cgroup/
Dcgroup.c130 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
134 #undef SUBSYS
137 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
141 #undef SUBSYS
144 #define SUBSYS(_x) \ macro
150 #undef SUBSYS
152 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
156 #undef SUBSYS
158 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro
162 #undef SUBSYS