Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 1 of 1) sorted by relevance

/kernel/cgroup/
Dcgroup.c120 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, argument
127 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, argument
134 #define SUBSYS(_x) \ argument
135 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_enabled_key); \
136 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_on_dfl_key); \
137 EXPORT_SYMBOL_GPL(_x ## _cgrp_subsys_enabled_key); \
138 EXPORT_SYMBOL_GPL(_x ## _cgrp_subsys_on_dfl_key);
142 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, argument
148 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, argument