Home
last modified time | relevance | path

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

/kernel/cgroup/
Dcgroup.c134 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys, argument
141 #define SUBSYS(_x) [_x ## _cgrp_id] = #_x, argument
148 #define SUBSYS(_x) \ argument
149 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_enabled_key); \
150 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_on_dfl_key); \
151 EXPORT_SYMBOL_GPL(_x ## _cgrp_subsys_enabled_key); \
152 EXPORT_SYMBOL_GPL(_x ## _cgrp_subsys_on_dfl_key);
156 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_enabled_key, argument
162 #define SUBSYS(_x) [_x ## _cgrp_id] = &_x ## _cgrp_subsys_on_dfl_key, argument