Lines Matching refs:static_key_false
207 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
228 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
294 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
389 struct static_key_false { struct
394 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
406 struct static_key_false name = STATIC_KEY_FALSE_INIT
409 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
412 extern struct static_key_false name
420 struct static_key_false name[count] = { \
445 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
513 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
525 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \