Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
H A Dcgroup.c141 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, macro
148 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, macro
155 #define SUBSYS(_x) \ macro
163 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, macro
169 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, macro
/linux/include/linux/
H A Dcgroup-defs.h43 #define SUBSYS(_x) _x ## _cgrp_id, macro