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

/linux-master/lib/
H A 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;
H A Dtest_static_keys.c16 struct static_key old_false_key = STATIC_KEY_INIT_FALSE;
/linux-master/include/linux/
H A Djump_label_ratelimit.h56 .key = { STATIC_KEY_INIT_FALSE }, \
H A Djump_label.h16 * struct static_key false = STATIC_KEY_INIT_FALSE;
93 * are added, STATIC_KEY_INIT_TRUE and STATIC_KEY_INIT_FALSE may need
249 #define STATIC_KEY_INIT_FALSE \ macro
343 #define STATIC_KEY_INIT_FALSE { .enabled = ATOMIC_INIT(0) } macro
347 #define STATIC_KEY_INIT STATIC_KEY_INIT_FALSE
368 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
H A Dtracepoint.h312 .key = STATIC_KEY_INIT_FALSE, \
/linux-master/kernel/sched/
H A Ddebug.c73 #define jump_label_key__false STATIC_KEY_INIT_FALSE

Completed in 127 milliseconds