Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dtest_static_key_base.c19 struct static_key base_old_false_key = STATIC_KEY_INIT_FALSE;
21 struct static_key base_inv_old_false_key = STATIC_KEY_INIT_FALSE;
Dtest_static_keys.c16 struct static_key old_false_key = STATIC_KEY_INIT_FALSE;
/Linux-v5.4/include/linux/
Djump_label.h243 #define STATIC_KEY_INIT_FALSE \ macro
330 #define STATIC_KEY_INIT_FALSE { .enabled = ATOMIC_INIT(0) } macro
334 #define STATIC_KEY_INIT STATIC_KEY_INIT_FALSE
355 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
Djump_label_ratelimit.h56 .key = { STATIC_KEY_INIT_FALSE }, \
Dtracepoint.h287 { __tpstrtab_##name, STATIC_KEY_INIT_FALSE, reg, unreg, NULL };\
/Linux-v5.4/Documentation/
Dstatic-keys.txt12 struct static_key false = STATIC_KEY_INIT_FALSE;
/Linux-v5.4/kernel/sched/
Ddebug.c76 #define jump_label_key__false STATIC_KEY_INIT_FALSE