Home
last modified time | relevance | path

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

/kernel/
Dcgroup.c141 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, argument
148 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, argument
155 #define SUBSYS(_x) \ argument
156 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_enabled_key); \
157 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_on_dfl_key); \
158 EXPORT_SYMBOL_GPL(_x ## _cgrp_subsys_enabled_key); \
159 EXPORT_SYMBOL_GPL(_x ## _cgrp_subsys_on_dfl_key);
163 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, argument
169 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, argument