Home
last modified time | relevance | path

Searched refs:static_key_enable (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
H A Djump_label.h235 extern void static_key_enable(struct static_key *key);
321 static inline void static_key_enable(struct static_key *key) in static_key_enable() function
343 #define static_key_enable_cpuslocked(k) static_key_enable((k))
536 #define static_branch_enable(x) static_key_enable(&(x)->key)
/linux/lib/
H A Dtest_static_key_base.c39 static_key_enable(key); in invert_key()
H A Dtest_static_keys.c52 static_key_enable(key); in invert_key()
/linux/kernel/
H A Djump_label.c100 * to have it be a function here. Similarly, for 'static_key_enable()' and
220 void static_key_enable(struct static_key *key) in static_key_enable() function
226 EXPORT_SYMBOL_GPL(static_key_enable);
H A Dsysctl.c1449 static_key_enable(key); in proc_do_static_key()
/linux/arch/powerpc/kernel/
H A Dsetup_64.c873 static_key_enable(&__percpu_first_chunk_is_paged.key); in setup_per_cpu_areas()
/linux/arch/x86/kernel/cpu/
H A Dcommon.c495 static_key_enable(&cr_pinning.key); in setup_cr_pinning()
/linux/fs/bcachefs/
H A Dsuper.c2517 static_key_enable(key); in BCH_DEBUG_PARAMS_ALL()
/linux/kernel/trace/
H A Dtrace.c2873 static_key_enable(&tracepoint_printk_key.key); in tracepoint_printk_sysctl()
11147 static_key_enable(&tracepoint_printk_key.key); in early_trace_init()
/linux/kernel/sched/
H A Dcore.c7686 # define preempt_dynamic_key_enable(f) static_key_enable(&sk_dynamic_##f.key)