STATIC_KEY_INIT_TRUE 354 include/linux/jump_label.h #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, } STATIC_KEY_INIT_TRUE 47 include/linux/jump_label_ratelimit.h .key = { STATIC_KEY_INIT_TRUE }, \ STATIC_KEY_INIT_TRUE 75 kernel/sched/debug.c #define jump_label_key__true STATIC_KEY_INIT_TRUE STATIC_KEY_INIT_TRUE 15 lib/test_static_key_base.c struct static_key base_old_true_key = STATIC_KEY_INIT_TRUE; STATIC_KEY_INIT_TRUE 17 lib/test_static_key_base.c struct static_key base_inv_old_true_key = STATIC_KEY_INIT_TRUE; STATIC_KEY_INIT_TRUE 15 lib/test_static_keys.c struct static_key old_true_key = STATIC_KEY_INIT_TRUE;