Searched refs:static_key_enable (Results 1 - 11 of 11) sorted by relevance

/linux-master/lib/
H A Dtest_static_key_base.c39 static_key_enable(key);
H A Dtest_static_keys.c52 static_key_enable(key);
/linux-master/arch/parisc/kernel/
H A Dftrace.c84 static_key_enable(&ftrace_graph_enable.key);
90 static_key_enable(&ftrace_graph_enable.key);
/linux-master/include/linux/
H A Djump_label.h233 extern void static_key_enable(struct static_key *key);
317 static inline void static_key_enable(struct static_key *key) function
339 #define static_key_enable_cpuslocked(k) static_key_enable((k))
530 #define static_branch_enable(x) static_key_enable(&(x)->key)
/linux-master/kernel/
H A Djump_label.c100 * to have it be a function here. Similarly, for 'static_key_enable()' and
215 void static_key_enable(struct static_key *key) function
221 EXPORT_SYMBOL_GPL(static_key_enable); variable
H A Dtracepoint.c361 static_key_enable(&tp->key);
H A Dsysctl.c1610 static_key_enable(key);
/linux-master/drivers/misc/
H A Dvmw_balloon.c1623 static_key_enable(&balloon_stat_enabled.key);
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c491 static_key_enable(&cr_pinning.key);
/linux-master/kernel/trace/
H A Dtrace.c2787 static_key_enable(&tracepoint_printk_key.key);
10395 static_key_enable(&tracepoint_printk_key.key);
/linux-master/kernel/sched/
H A Dcore.c8770 #define preempt_dynamic_enable(f) static_key_enable(&sk_dynamic_##f.key)

Completed in 199 milliseconds