Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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;
/OK3568_Linux_fs/kernel/include/linux/
H A Djump_label.h266 #define STATIC_KEY_INIT_FALSE \ macro
353 #define STATIC_KEY_INIT_FALSE { .enabled = ATOMIC_INIT(0) } macro
357 #define STATIC_KEY_INIT STATIC_KEY_INIT_FALSE
378 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
H A Djump_label_ratelimit.h56 .key = { STATIC_KEY_INIT_FALSE }, \
H A Dtracepoint.h305 .key = STATIC_KEY_INIT_FALSE, \
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dvendor_hooks.h30 .key = STATIC_KEY_INIT_FALSE, \
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dstatic-keys.rst12 struct static_key false = STATIC_KEY_INIT_FALSE;
/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddebug.c75 #define jump_label_key__false STATIC_KEY_INIT_FALSE