Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dtest_static_key_base.c33 DEFINE_STATIC_KEY_TRUE(base_true_key);
35 DEFINE_STATIC_KEY_TRUE(base_inv_true_key);
Dtest_static_keys.c27 DEFINE_STATIC_KEY_TRUE(true_key);
/linux-4.4.14/include/linux/
Djump_label.h257 #define DEFINE_STATIC_KEY_TRUE(name) \ macro
/linux-4.4.14/Documentation/
Dstatic-keys.txt16 DEFINE_STATIC_KEY_TRUE(key);
93 DEFINE_STATIC_KEY_TRUE(key);
117 Keys defined via DEFINE_STATIC_KEY_TRUE(), or DEFINE_STATIC_KEY_FALSE, may
/linux-4.4.14/kernel/
Djump_label.c486 static DEFINE_STATIC_KEY_TRUE(sk_true);
Dcgroup.c149 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_enabled_key); \
150 DEFINE_STATIC_KEY_TRUE(_x ## _cgrp_subsys_on_dfl_key); \