Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Djump_label.h253 extern void static_key_enable_cpuslocked(struct static_key *key);
349 #define static_key_enable_cpuslocked(k) static_key_enable((k)) macro
523 #define static_branch_enable_cpuslocked(x) static_key_enable_cpuslocked(&(x)->key)
/OK3568_Linux_fs/kernel/kernel/
H A 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()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk2043 static_key_enable_cpuslocked
3058 static_key_enable_cpuslocked
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dstatic-keys.rst164 static_key_enable_cpuslocked()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddebug.c94 static_key_enable_cpuslocked(&sched_feat_keys[i]); in sched_feat_enable()