Lines Matching refs:static_key_false
205 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
268 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
363 struct static_key_false { struct
368 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
380 struct static_key_false name = STATIC_KEY_FALSE_INIT
383 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
386 extern struct static_key_false name
394 struct static_key_false name[count] = { \
419 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
487 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
499 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \