Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djump_label.h235 extern void static_key_enable_cpuslocked(struct static_key *key);
339 #define static_key_enable_cpuslocked(k) static_key_enable((k)) macro
532 #define static_branch_enable_cpuslocked(x) static_key_enable_cpuslocked(&(x)->key)
/openbmc/linux/kernel/
H A Djump_label.c192 void static_key_enable_cpuslocked(struct static_key *key) in static_key_enable_cpuslocked() function
213 EXPORT_SYMBOL_GPL(static_key_enable_cpuslocked);
218 static_key_enable_cpuslocked(key); in static_key_enable()
/openbmc/linux/Documentation/staging/
H A Dstatic-keys.rst164 static_key_enable_cpuslocked()
/openbmc/linux/kernel/sched/
H A Ddebug.c91 static_key_enable_cpuslocked(&sched_feat_keys[i]); in sched_feat_enable()