Searched refs:static_key_disable (Results 1 - 9 of 9) sorted by relevance

/linux-master/lib/
H A Dtest_static_key_base.c37 static_key_disable(key);
H A Dtest_static_keys.c50 static_key_disable(key);
/linux-master/include/linux/
H A Djump_label.h234 extern void static_key_disable(struct static_key *key);
328 static inline void static_key_disable(struct static_key *key) function
340 #define static_key_disable_cpuslocked(k) static_key_disable((k))
531 #define static_branch_disable(x) static_key_disable(&(x)->key)
/linux-master/kernel/
H A Djump_label.c101 * 'static_key_disable()', which require bug.h. This should allow jump_label.h
240 void static_key_disable(struct static_key *key) function
246 EXPORT_SYMBOL_GPL(static_key_disable); variable
H A Dtracepoint.c417 static_key_disable(&tp->key);
H A Dsysctl.c1612 static_key_disable(key);
/linux-master/drivers/misc/
H A Dvmw_balloon.c1700 static_key_disable(&balloon_stat_enabled.key);
/linux-master/kernel/trace/
H A Dtrace.c2789 static_key_disable(&tracepoint_printk_key.key);
10452 static_key_disable(&tracepoint_printk_key.key);
/linux-master/kernel/sched/
H A Dcore.c8771 #define preempt_dynamic_disable(f) static_key_disable(&sk_dynamic_##f.key)

Completed in 402 milliseconds