Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcgroup.h79 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
83 #define SUBSYS(_x) \ macro
H A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup.c123 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
130 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
137 #define SUBSYS(_x) \ macro
145 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
151 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro