Searched defs:SUBSYS (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
H A Dcgroup.h53 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
55 #undef SUBSYS macro
57 #define SUBSYS(_x) \ macro
61 #undef SUBSYS macro
H A Dcgroup-defs.h36 #define SUBSYS(_x) _x ## _cgrp_id, macro
44 #undef SUBSYS macro
/linux-4.4.14/kernel/
H A Dcgroup.c134 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
138 #undef SUBSYS macro
141 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
145 #undef SUBSYS macro
148 #define SUBSYS(_x) \ macro
154 #undef SUBSYS macro
156 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
160 #undef SUBSYS macro
162 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro
166 #undef SUBSYS macro

Completed in 192 milliseconds