static_key_true 21 arch/powerpc/include/asm/cpu_has_feature.h extern struct static_key_true cpu_feature_keys[NUM_CPU_FTR_KEYS]; static_key_true 192 arch/powerpc/include/asm/mmu.h extern struct static_key_true mmu_feature_keys[NUM_MMU_FTR_KEYS]; static_key_true 2271 arch/powerpc/kernel/cputable.c struct static_key_true cpu_feature_keys[NUM_CPU_FTR_KEYS] = { static_key_true 2288 arch/powerpc/kernel/cputable.c struct static_key_true mmu_feature_keys[NUM_MMU_FTR_KEYS] = { static_key_true 80 include/linux/cgroup.h extern struct static_key_true _x ## _cgrp_subsys_enabled_key; \ static_key_true 81 include/linux/cgroup.h extern struct static_key_true _x ## _cgrp_subsys_on_dfl_key; static_key_true 43 include/linux/dynamic_debug.h struct static_key_true dd_key_true; static_key_true 354 include/linux/jump_label.h #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, } static_key_true 358 include/linux/jump_label.h struct static_key_true name = STATIC_KEY_TRUE_INIT static_key_true 361 include/linux/jump_label.h struct static_key_true name __ro_after_init = STATIC_KEY_TRUE_INIT static_key_true 364 include/linux/jump_label.h extern struct static_key_true name static_key_true 376 include/linux/jump_label.h struct static_key_true name[count] = { \ static_key_true 390 include/linux/jump_label.h !__builtin_types_compatible_p(typeof(*x), struct static_key_true) &&\ static_key_true 457 include/linux/jump_label.h if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \ static_key_true 469 include/linux/jump_label.h if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \ static_key_true 16 include/linux/jump_label_ratelimit.h struct static_key_true key; static_key_true 68 include/linux/jump_label_ratelimit.h struct static_key_true key; static_key_true 9 include/linux/once.h void __do_once_done(bool *done, struct static_key_true *once_key, static_key_true 143 kernel/cgroup/cgroup.c static struct static_key_true *cgroup_subsys_enabled_key[] = { static_key_true 149 kernel/cgroup/cgroup.c static struct static_key_true *cgroup_subsys_on_dfl_key[] = { static_key_true 9 lib/once.c struct static_key_true *key; static_key_true 22 lib/once.c static void once_disable_jump(struct static_key_true *key) static_key_true 55 lib/once.c void __do_once_done(bool *done, struct static_key_true *once_key, static_key_true 29 lib/test_static_keys.c extern struct static_key_true base_true_key; static_key_true 30 lib/test_static_keys.c extern struct static_key_true base_inv_true_key; static_key_true 90 lib/test_static_keys.c test_key_func(old_true_key, static_key_true) static_key_true 96 lib/test_static_keys.c test_key_func(base_old_true_key, static_key_true) static_key_true 97 lib/test_static_keys.c test_key_func(base_inv_old_true_key, static_key_true)