Lines Matching refs:static_key_false
198 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
262 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
350 struct static_key_false { struct
355 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
367 struct static_key_false name = STATIC_KEY_FALSE_INIT
370 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
373 extern struct static_key_false name
381 struct static_key_false name[count] = { \
391 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
459 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
471 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \