Searched defs:SUBSYS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | cgroup.h | 75 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro 77 #undef SUBSYS macro 79 #define SUBSYS(_x) \ macro 83 #undef SUBSYS macro
|
H A D | cgroup-defs.h | 42 #define SUBSYS(_x) _x ## _cgrp_id, macro 47 #undef SUBSYS macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cgroup.h | 75 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro 77 #undef SUBSYS macro 79 #define SUBSYS(_x) \ macro 83 #undef SUBSYS macro
|
H A D | cgroup-defs.h | 42 #define SUBSYS(_x) _x ## _cgrp_id, macro 47 #undef SUBSYS macro
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup.c | 121 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro 125 #undef SUBSYS macro 128 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro 132 #undef SUBSYS macro 135 #define SUBSYS(_x) \ macro 141 #undef SUBSYS macro 143 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro 147 #undef SUBSYS macro 149 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro 153 #undef SUBSYS macro [all...] |
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup.c | 130 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro 134 #undef SUBSYS macro 137 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro 141 #undef SUBSYS macro 144 #define SUBSYS(_x) \ macro 150 #undef SUBSYS macro 152 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro 156 #undef SUBSYS macro 158 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro 162 #undef SUBSYS macro [all...] |
Completed in 13 milliseconds