Home
last modified time | relevance | path

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

/linux/lib/
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;
A Dtest_static_keys.c15 struct static_key old_true_key = STATIC_KEY_INIT_TRUE;
/linux/include/linux/
A Djump_label.h252 #define STATIC_KEY_INIT_TRUE \ macro
341 #define STATIC_KEY_INIT_TRUE { .enabled = ATOMIC_INIT(1) } macro
366 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, }
A Djump_label_ratelimit.h47 .key = { STATIC_KEY_INIT_TRUE }, \
/linux/Documentation/staging/
A Dstatic-keys.rst13 struct static_key true = STATIC_KEY_INIT_TRUE;
/linux/kernel/sched/
A Ddebug.c73 #define jump_label_key__true STATIC_KEY_INIT_TRUE

Completed in 12 milliseconds