Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dcgroup.h75 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
79 #define SUBSYS(_x) \ macro
A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
/linux-6.3-rc2/kernel/cgroup/
A Dcgroup.c129 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
136 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
143 #define SUBSYS(_x) \ macro
151 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
157 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro

Completed in 19 milliseconds