Lines Matching defs:key
81 #define STATIC_KEY_CHECK_USE(key) WARN(!static_key_initialized, \ argument
125 long key; // key may be far away from the core kernel under KASLR member
195 static inline int static_key_count(struct static_key *key) in static_key_count()
200 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
207 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
221 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
226 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
275 static __always_inline int static_key_count(struct static_key *key) in static_key_count()
285 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
292 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
299 static inline void static_key_slow_inc(struct static_key *key) in static_key_slow_inc()
305 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
311 #define static_key_slow_inc_cpuslocked(key) static_key_slow_inc(key) argument
312 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key) argument
327 static inline void static_key_enable(struct static_key *key) in static_key_enable()
338 static inline void static_key_disable(struct static_key *key) in static_key_disable()
370 struct static_key key; member
374 struct static_key key; member