Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dcgroup.h75 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
79 #define SUBSYS(_x) \ macro
Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup.c120 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
127 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
134 #define SUBSYS(_x) \ macro
142 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
148 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro