Home
last modified time | relevance | path

Searched refs:STATIC_KEY_INIT_TRUE (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/lib/
Dtest_static_key_base.c23 struct static_key base_old_true_key = STATIC_KEY_INIT_TRUE;
25 struct static_key base_inv_old_true_key = STATIC_KEY_INIT_TRUE;
Dtest_static_keys.c23 struct static_key old_true_key = STATIC_KEY_INIT_TRUE;
/linux-4.4.14/include/linux/
Djump_label.h156 #define STATIC_KEY_INIT_TRUE \ macro
209 #define STATIC_KEY_INIT_TRUE { .enabled = ATOMIC_INIT(1) } macro
254 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, }
Donce.h41 static struct static_key ___once_key = STATIC_KEY_INIT_TRUE; \
/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3.c54 static struct static_key supports_deactivate = STATIC_KEY_INIT_TRUE;
Dirq-gic.c100 static struct static_key supports_deactivate = STATIC_KEY_INIT_TRUE;
/linux-4.4.14/Documentation/
Dstatic-keys.txt10 struct static_key true = STATIC_KEY_INIT_TRUE;
/linux-4.4.14/kernel/sched/
Dcore.c153 #define jump_label_key__true STATIC_KEY_INIT_TRUE