Home
last modified time | relevance | path

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

/linux/lib/
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;
A Dtest_static_keys.c16 struct static_key old_false_key = STATIC_KEY_INIT_FALSE;
/linux/include/linux/
A Djump_label.h255 #define STATIC_KEY_INIT_FALSE \ macro
342 #define STATIC_KEY_INIT_FALSE { .enabled = ATOMIC_INIT(0) } macro
346 #define STATIC_KEY_INIT STATIC_KEY_INIT_FALSE
367 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
A Djump_label_ratelimit.h56 .key = { STATIC_KEY_INIT_FALSE }, \
A Dtracepoint.h301 .key = STATIC_KEY_INIT_FALSE, \
/linux/Documentation/staging/
A Dstatic-keys.rst12 struct static_key false = STATIC_KEY_INIT_FALSE;
/linux/kernel/sched/
A Ddebug.c74 #define jump_label_key__false STATIC_KEY_INIT_FALSE

Completed in 12 milliseconds