Home
last modified time | relevance | path

Searched refs:static_key_enabled (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
Djump_label.h209 #define jump_label_enabled static_key_enabled
211 static inline bool static_key_enabled(struct static_key *key) in static_key_enabled() function
/linux-4.1.27/kernel/
Dtracepoint.c181 if (tp->regfunc && !static_key_enabled(&tp->key)) in tracepoint_add_func()
200 if (!static_key_enabled(&tp->key)) in tracepoint_add_func()
227 if (tp->unregfunc && static_key_enabled(&tp->key)) in tracepoint_remove_func()
230 if (static_key_enabled(&tp->key)) in tracepoint_remove_func()
Djump_label.c184 bool state = static_key_enabled(key); in jump_label_type()
/linux-4.1.27/net/core/
Dutils.c346 BUG_ON(!static_key_enabled(work->key)); in __net_random_once_deferred()
/linux-4.1.27/net/ipv6/
Dudp.c617 if (!static_key_enabled(&udpv6_encap_needed)) in udpv6_encap_enable()
/linux-4.1.27/net/ipv4/
Dudp.c1481 if (!static_key_enabled(&udp_encap_needed)) in udp_encap_enable()
/linux-4.1.27/kernel/sched/
Dcore.c187 if (static_key_enabled(&sched_feat_keys[i])) in sched_feat_disable()
193 if (!static_key_enabled(&sched_feat_keys[i])) in sched_feat_enable()