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

/linux-4.1.27/include/linux/
H A Dcgroup.h259 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
261 #undef SUBSYS macro
H A Dcgroup-defs.h34 #define SUBSYS(_x) _x ## _cgrp_id, macro
39 #undef SUBSYS macro
/linux-4.1.27/kernel/
H A Dcgroup.c126 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
130 #undef SUBSYS macro
133 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
137 #undef SUBSYS macro

Completed in 156 milliseconds