Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcgroup_subsys.h13 SUBSYS(cpuset)
17 SUBSYS(cpu)
21 SUBSYS(cpuacct)
25 SUBSYS(io)
29 SUBSYS(memory)
33 SUBSYS(devices)
37 SUBSYS(freezer)
57 SUBSYS(pids)
61 SUBSYS(rdma)
65 SUBSYS(misc)
[all …]
A Dcgroup.h75 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
77 #undef SUBSYS
79 #define SUBSYS(_x) \ macro
83 #undef SUBSYS
A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
47 #undef SUBSYS
/linux-6.3-rc2/kernel/cgroup/
A Dcgroup.c129 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
133 #undef SUBSYS
136 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
140 #undef SUBSYS
143 #define SUBSYS(_x) \ macro
149 #undef SUBSYS
151 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
155 #undef SUBSYS
157 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro
161 #undef SUBSYS

Completed in 18 milliseconds