Searched refs:static_key (Results 1 – 5 of 5) sorted by relevance
86 struct static_key { struct229 extern bool static_key_slow_inc(struct static_key *key);231 extern void static_key_slow_dec(struct static_key *key);234 extern int static_key_count(struct static_key *key);235 extern void static_key_enable(struct static_key *key);236 extern void static_key_disable(struct static_key *key);321 static inline void static_key_enable(struct static_key *key) in static_key_enable()332 static inline void static_key_disable(struct static_key *key) in static_key_disable()366 struct static_key key;370 struct static_key key;[all …]
10 struct static_key key;36 __static_key_slow_dec_deferred(struct static_key *key,65 struct static_key key;
212 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
1564 extern struct static_key perf_swevent_enabled[PERF_COUNT_SW_MAX];
342 extern struct static_key xt_tee_enabled;
Completed in 17 milliseconds