Searched refs:STATIC_KEY_INIT_FALSE (Results 1 – 7 of 7) sorted by relevance
19 struct static_key base_old_false_key = STATIC_KEY_INIT_FALSE;21 struct static_key base_inv_old_false_key = STATIC_KEY_INIT_FALSE;
16 struct static_key old_false_key = STATIC_KEY_INIT_FALSE;
255 #define STATIC_KEY_INIT_FALSE \ macro342 #define STATIC_KEY_INIT_FALSE { .enabled = ATOMIC_INIT(0) } macro346 #define STATIC_KEY_INIT STATIC_KEY_INIT_FALSE367 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, }
56 .key = { STATIC_KEY_INIT_FALSE }, \
301 .key = STATIC_KEY_INIT_FALSE, \
12 struct static_key false = STATIC_KEY_INIT_FALSE;
74 #define jump_label_key__false STATIC_KEY_INIT_FALSE
Completed in 12 milliseconds