Lines Matching refs:static_key_false
210 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
274 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
362 struct static_key_false { struct
367 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
379 struct static_key_false name = STATIC_KEY_FALSE_INIT
382 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
385 extern struct static_key_false name
393 struct static_key_false name[count] = { \
418 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
486 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
498 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \