Searched refs:static_key_disable (Results 1 – 8 of 8) sorted by relevance
236 extern void static_key_disable(struct static_key *key);332 static inline void static_key_disable(struct static_key *key) in static_key_disable() function344 #define static_key_disable_cpuslocked(k) static_key_disable((k))537 #define static_branch_disable(x) static_key_disable(&(x)->key)
37 static_key_disable(key); in invert_key()
50 static_key_disable(key); in invert_key()
101 * 'static_key_disable()', which require bug.h. This should allow jump_label.h245 void static_key_disable(struct static_key *key) in static_key_disable() function 251 EXPORT_SYMBOL_GPL(static_key_disable);
1118 static_key_disable(key); in proc_do_static_key()
1700 static_key_disable(&balloon_stat_enabled.key); in vmballoon_debugfs_exit()
2888 static_key_disable(&tracepoint_printk_key.key); in tracepoint_printk_sysctl()11775 static_key_disable(&tracepoint_printk_key.key); in late_trace_init()
7575 # define preempt_dynamic_key_disable(f) static_key_disable(&sk_dynamic_##f.key)