Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcgroup.h70 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
74 #define SUBSYS(_x) \ macro
Dcgroup-defs.h40 #define SUBSYS(_x) _x ## _cgrp_id, macro
/Linux-v4.19/kernel/cgroup/
Dcgroup.c117 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
124 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
131 #define SUBSYS(_x) \ macro
139 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
145 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro