Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_static_key_base.c15 struct static_key base_old_true_key = STATIC_KEY_INIT_TRUE;
17 struct static_key base_inv_old_true_key = STATIC_KEY_INIT_TRUE;
H A Dtest_static_keys.c15 struct static_key old_true_key = STATIC_KEY_INIT_TRUE;
/openbmc/linux/include/linux/
H A Djump_label.h246 #define STATIC_KEY_INIT_TRUE \ macro
342 #define STATIC_KEY_INIT_TRUE { .enabled = ATOMIC_INIT(1) } macro
367 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, }
H A Djump_label_ratelimit.h47 .key = { STATIC_KEY_INIT_TRUE }, \
/openbmc/linux/Documentation/staging/
H A Dstatic-keys.rst13 struct static_key true = STATIC_KEY_INIT_TRUE;
/openbmc/linux/kernel/sched/
H A Ddebug.c72 #define jump_label_key__true STATIC_KEY_INIT_TRUE