Lines Matching refs:static_key_false
200 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
221 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
285 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
373 struct static_key_false { struct
378 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
390 struct static_key_false name = STATIC_KEY_FALSE_INIT
393 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
396 extern struct static_key_false name
404 struct static_key_false name[count] = { \
414 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
482 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
494 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \