Lines Matching refs:static_key_true
210 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
274 static __always_inline bool static_key_true(struct static_key *key) in static_key_true() function
346 struct static_key_true { struct
354 #define STATIC_KEY_TRUE_INIT (struct static_key_true) { .key = STATIC_KEY_INIT_TRUE, } argument
358 struct static_key_true name = STATIC_KEY_TRUE_INIT
361 struct static_key_true name __ro_after_init = STATIC_KEY_TRUE_INIT
364 extern struct static_key_true name
376 struct static_key_true name[count] = { \
405 !__builtin_types_compatible_p(typeof(*x), struct static_key_true) &&\
472 if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \
484 if (__builtin_types_compatible_p(typeof(*x), struct static_key_true)) \