Lines Matching refs:static_key_false
205 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
271 static __always_inline bool static_key_false(struct static_key *key) in static_key_false() function
366 struct static_key_false { struct
371 #define STATIC_KEY_FALSE_INIT (struct static_key_false){ .key = STATIC_KEY_INIT_FALSE, } argument
383 struct static_key_false name = STATIC_KEY_FALSE_INIT
386 struct static_key_false name __ro_after_init = STATIC_KEY_FALSE_INIT
389 extern struct static_key_false name
397 struct static_key_false name[count] = { \
422 !__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
490 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \
502 else if (__builtin_types_compatible_p(typeof(*x), struct static_key_false)) \