STATIC_KEY_INIT_FALSE
#define STATIC_KEY_INIT STATIC_KEY_INIT_FALSE
#define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
.key = { STATIC_KEY_INIT_FALSE }, \
#define jump_label_key__false STATIC_KEY_INIT_FALSE
struct static_key base_old_false_key = STATIC_KEY_INIT_FALSE;
struct static_key base_inv_old_false_key = STATIC_KEY_INIT_FALSE;
struct static_key old_false_key = STATIC_KEY_INIT_FALSE;