Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcgroup.h82 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
86 #define SUBSYS(_x) \ macro
H A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
/linux/kernel/cgroup/
H A Dcgroup.c157 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
164 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
171 #define SUBSYS(_x) \ macro
179 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
185 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro