• Home
  • Raw
  • Download

Lines Matching defs:key

81 #define STATIC_KEY_CHECK_USE(key) WARN(!static_key_initialized,		      \  argument
120 long key; // key may be far away from the core kernel under KASLR member
202 static inline int static_key_count(struct static_key *key) in static_key_count()
207 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
214 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
228 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
233 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
282 static __always_inline int static_key_count(struct static_key *key) in static_key_count()
294 static __always_inline bool static_key_false(struct static_key *key) in static_key_false()
301 static __always_inline bool static_key_true(struct static_key *key) in static_key_true()
308 static inline bool static_key_fast_inc_not_disabled(struct static_key *key) in static_key_fast_inc_not_disabled()
324 #define static_key_slow_inc(key) static_key_fast_inc_not_disabled(key) argument
326 static inline void static_key_slow_dec(struct static_key *key) in static_key_slow_dec()
332 #define static_key_slow_inc_cpuslocked(key) static_key_slow_inc(key) argument
333 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key) argument
343 static inline void static_key_enable(struct static_key *key) in static_key_enable()
354 static inline void static_key_disable(struct static_key *key) in static_key_disable()
386 struct static_key key; member
390 struct static_key key; member