Lines Matching refs:static_key_false
206 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
272 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
369 struct static_key_false { struct
374 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
386 struct static_key_false name = STATIC_KEY_FALSE_INIT
389 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
392 extern struct static_key_false name
400 struct static_key_false name[count] = { \
425 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
493 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
505 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \