Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dtest_static_key_base.c27 struct static_key base_old_false_key = STATIC_KEY_INIT_FALSE;
29 struct static_key base_inv_old_false_key = STATIC_KEY_INIT_FALSE;
Dtest_static_keys.c24 struct static_key old_false_key = STATIC_KEY_INIT_FALSE;
/Linux-v4.19/include/linux/
Djump_label.h183 #define STATIC_KEY_INIT_FALSE \ macro
272 #define STATIC_KEY_INIT_FALSE { .enabled = ATOMIC_INIT(0) } macro
276 #define STATIC_KEY_INIT STATIC_KEY_INIT_FALSE
297 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
Dtracepoint.h289 { __tpstrtab_##name, STATIC_KEY_INIT_FALSE, reg, unreg, NULL };\
/Linux-v4.19/Documentation/
Dstatic-keys.txt12 struct static_key false = STATIC_KEY_INIT_FALSE;
/Linux-v4.19/kernel/sched/
Ddebug.c79 #define jump_label_key__false STATIC_KEY_INIT_FALSE