Lines Matching defs:key
85 #define STATIC_KEY_CHECK_USE(key) WARN(!static_key_initialized, \ argument
140 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
145 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
192 static inline int static_key_count(struct static_key *key) in static_key_count()
204 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
211 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
218 static inline void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
224 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
230 #define static_key_slow_inc_cpuslocked(key) static_key_slow_inc(key) argument
231 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key) argument
246 static inline void static_key_enable(struct static_key *key) in static_key_enable()
257 static inline void static_key_disable(struct static_key *key) in static_key_disable()
289 struct static_key key; member
293 struct static_key key; member