Lines Matching refs:static_key_false
205 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
267 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] = { \
406 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
474 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
486 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \