Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dcgroup.h74 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
78 #define SUBSYS(_x) \ macro
Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
/Linux-v5.15/kernel/cgroup/
Dcgroup.c128 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
135 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
142 #define SUBSYS(_x) \ macro
150 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
156 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro