Home
last modified time | relevance | path

Searched refs:static_key (Results 1 – 5 of 5) sorted by relevance

/include/linux/
A Djump_label.h86 struct static_key { struct
229 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 …]
A Djump_label_ratelimit.h10 struct static_key key;
36 __static_key_slow_dec_deferred(struct static_key *key,
65 struct static_key key;
A Dnetfilter.h212 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
A Dperf_event.h1564 extern struct static_key perf_swevent_enabled[PERF_COUNT_SW_MAX];
/include/linux/netfilter/
A Dx_tables.h342 extern struct static_key xt_tee_enabled;

Completed in 17 milliseconds