Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup.h74 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
78 #define SUBSYS(_x) \ macro
H A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
/linux/kernel/cgroup/
H A Dcgroup.c130 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
137 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
144 #define SUBSYS(_x) \ macro
152 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
158 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro