Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcgroup.h53 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
57 #define SUBSYS(_x) \ macro
Dcgroup-defs.h36 #define SUBSYS(_x) _x ## _cgrp_id, macro
/linux-4.4.14/kernel/
Dcgroup.c134 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
141 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
148 #define SUBSYS(_x) \ macro
156 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
162 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro