Searched refs:static_key_true (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | jump_label.h | 136 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function 177 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function 246 struct static_key_true { struct 254 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, } argument 258 struct static_key_true name = STATIC_KEY_TRUE_INIT 268 !__builtin_types_compatible_p(typeof(*x), struct static_key_true) &&\ 335 if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \ 347 if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \
|
D | once.h | 42 if (static_key_true(&___once_key)) { \
|
D | cgroup.h | 58 extern struct static_key_true _x ## _cgrp_subsys_enabled_key; \ 59 extern struct static_key_true _x ## _cgrp_subsys_on_dfl_key;
|
/linux-4.4.14/lib/ |
D | test_static_keys.c | 37 extern struct static_key_true base_true_key; 38 extern struct static_key_true base_inv_true_key; 105 .test_key = test_key_func(&old_true_key, static_key_true), in test_static_key_init() 137 .test_key = test_key_func(&base_old_true_key, static_key_true), in test_static_key_init() 142 .test_key = test_key_func(&base_inv_old_true_key, static_key_true), in test_static_key_init()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-gic-v3.c | 344 if (static_key_true(&supports_deactivate)) in gic_handle_irq() 350 if (static_key_true(&supports_deactivate)) { in gic_handle_irq() 361 if (static_key_true(&supports_deactivate)) in gic_handle_irq() 484 if (static_key_true(&supports_deactivate)) { in gic_cpu_sys_reg_init() 722 if (static_key_true(&supports_deactivate)) in gic_irq_domain_map() 890 if (static_key_true(&supports_deactivate)) in gic_of_init()
|
D | irq-gic.c | 340 if (static_key_true(&supports_deactivate)) in gic_handle_irq() 347 if (static_key_true(&supports_deactivate)) in gic_handle_irq() 459 if (static_key_true(&supports_deactivate)) in gic_cpu_if_up() 938 if (static_key_true(&supports_deactivate)) { in gic_irq_domain_map() 1146 if (static_key_true(&supports_deactivate)) in __gic_init_bases()
|
/linux-4.4.14/Documentation/ |
D | static-keys.txt | 11 static_key_true()
|
/linux-4.4.14/kernel/ |
D | cgroup.c | 157 static struct static_key_true *cgroup_subsys_enabled_key[] = { 163 static struct static_key_true *cgroup_subsys_on_dfl_key[] = {
|