Home
last modified time | relevance | path

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

/include/linux/
Djump_label.h257 extern void static_key_enable(struct static_key *key);
343 static inline void static_key_enable(struct static_key *key) in static_key_enable() function
365 #define static_key_enable_cpuslocked(k) static_key_enable((k))
556 #define static_branch_enable(x) static_key_enable(&(x)->key)