Lines Matching defs:key
120 static inline int static_key_count(struct static_key *key) in static_key_count()
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()
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; member
251 struct static_key key; member