Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Djump_label.h230 extern void static_key_enable_cpuslocked(struct static_key *key);
326 #define static_key_enable_cpuslocked(k) static_key_enable((k)) macro
500 #define static_branch_enable_cpuslocked(x) static_key_enable_cpuslocked(&(x)->key)
/kernel/linux/linux-5.10/kernel/
Djump_label.c164 void static_key_enable_cpuslocked(struct static_key *key) in static_key_enable_cpuslocked() function
185 EXPORT_SYMBOL_GPL(static_key_enable_cpuslocked);
190 static_key_enable_cpuslocked(key); in static_key_enable()
/kernel/linux/linux-5.10/Documentation/staging/
Dstatic-keys.rst164 static_key_enable_cpuslocked()
/kernel/linux/linux-5.10/kernel/sched/
Ddebug.c92 static_key_enable_cpuslocked(&sched_feat_keys[i]); in sched_feat_enable()