Home
last modified time | relevance | path

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

/include/linux/
Djump_label.h85 struct static_key { struct
133 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
137 return (struct static_key *)((unsigned long)&entry->key + offset); in jump_entry_key()
152 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
154 return (struct static_key *)((unsigned long)entry->key & ~3UL); in jump_entry_key()
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()
[all …]
Djump_label_ratelimit.h10 struct static_key key;
36 __static_key_slow_dec_deferred(struct static_key *key,
65 struct static_key key;
Dtracepoint-defs.h34 struct static_key key;
Dnetfilter.h211 extern struct static_key nf_hooks_needed[NFPROTO_NUMPROTO][NF_MAX_HOOKS];
Dperf_event.h1458 extern struct static_key perf_swevent_enabled[PERF_COUNT_SW_MAX];
/include/linux/netfilter/
Dx_tables.h352 extern struct static_key xt_tee_enabled;