Searched refs:static_key_disable (Results 1 – 5 of 5) sorted by relevance
169 extern void static_key_disable(struct static_key *key);257 static inline void static_key_disable(struct static_key *key) in static_key_disable() function269 #define static_key_disable_cpuslocked(k) static_key_disable((k))441 #define static_branch_disable(x) static_key_disable(&(x)->key)
45 static_key_disable(key); in invert_key()
58 static_key_disable(key); in invert_key()
176 void static_key_disable(struct static_key *key) in static_key_disable() function182 EXPORT_SYMBOL_GPL(static_key_disable);
2371 static_key_disable(&tracepoint_printk_key.key); in tracepoint_printk_sysctl()