Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup.h81 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
85 #define SUBSYS(_x) \ macro
H A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
/linux/kernel/cgroup/
H A Dcgroup.c133 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
140 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
147 #define SUBSYS(_x) \ macro
155 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
161 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro