Searched refs:STATIC_KEY_INIT_TRUE (Results 1 – 8 of 8) sorted by relevance
23 struct static_key base_old_true_key = STATIC_KEY_INIT_TRUE;25 struct static_key base_inv_old_true_key = STATIC_KEY_INIT_TRUE;
23 struct static_key old_true_key = STATIC_KEY_INIT_TRUE;
156 #define STATIC_KEY_INIT_TRUE \ macro209 #define STATIC_KEY_INIT_TRUE { .enabled = ATOMIC_INIT(1) } macro254 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, }
41 static struct static_key ___once_key = STATIC_KEY_INIT_TRUE; \
54 static struct static_key supports_deactivate = STATIC_KEY_INIT_TRUE;
100 static struct static_key supports_deactivate = STATIC_KEY_INIT_TRUE;
10 struct static_key true = STATIC_KEY_INIT_TRUE;
153 #define jump_label_key__true STATIC_KEY_INIT_TRUE