Home
last modified time | relevance | path

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

/linux/include/linux/
A Dcgroup.h74 #define SUBSYS(_x) extern struct cgroup_subsys _x ## _cgrp_subsys; macro
78 #define SUBSYS(_x) \ macro
A Dcgroup-defs.h42 #define SUBSYS(_x) _x ## _cgrp_id, macro
/linux/kernel/cgroup/
A 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

Completed in 22 milliseconds