STATIC_KEY_INIT_FALSE  334 include/linux/jump_label.h #define STATIC_KEY_INIT STATIC_KEY_INIT_FALSE
STATIC_KEY_INIT_FALSE  355 include/linux/jump_label.h #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
STATIC_KEY_INIT_FALSE   56 include/linux/jump_label_ratelimit.h 		.key =		{ STATIC_KEY_INIT_FALSE },		\
STATIC_KEY_INIT_FALSE  287 include/linux/tracepoint.h 		{ __tpstrtab_##name, STATIC_KEY_INIT_FALSE, reg, unreg, NULL };\
STATIC_KEY_INIT_FALSE   76 kernel/sched/debug.c #define jump_label_key__false STATIC_KEY_INIT_FALSE
STATIC_KEY_INIT_FALSE   19 lib/test_static_key_base.c struct static_key base_old_false_key = STATIC_KEY_INIT_FALSE;
STATIC_KEY_INIT_FALSE   21 lib/test_static_key_base.c struct static_key base_inv_old_false_key = STATIC_KEY_INIT_FALSE;
STATIC_KEY_INIT_FALSE   16 lib/test_static_keys.c struct static_key old_false_key	= STATIC_KEY_INIT_FALSE;