Lines Matching refs:static_key_true
214 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
233 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
301 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
385 struct static_key_true { struct
393 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, } argument
397 struct static_key_true name = STATIC_KEY_TRUE_INIT
400 struct static_key_true name __ro_after_init = STATIC_KEY_TRUE_INIT
403 extern struct static_key_true name
415 struct static_key_true name[count] = { \
444 !__builtin_types_compatible_p(typeof(*x), struct static_key_true) &&\
511 if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \
523 if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \