Lines Matching refs:static_key
89 struct static_key { struct
99 struct static_key { argument
120 static inline int static_key_count(struct static_key *key) in static_key_count() argument
131 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
136 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
152 extern void static_key_slow_inc(struct static_key *key);
153 extern void static_key_slow_dec(struct static_key *key);
170 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
177 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
184 static inline void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
190 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
217 static inline void static_key_enable(struct static_key *key) in static_key_enable()
227 static inline void static_key_disable(struct static_key *key) in static_key_disable()
247 struct static_key key;
251 struct static_key key;
267 if (!__builtin_types_compatible_p(typeof(*x), struct static_key) && \
271 static_key_count((struct static_key *)x) > 0; \