Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Djump_label.h248 extern void static_key_slow_dec_cpuslocked(struct static_key *key);
312 #define static_key_slow_dec_cpuslocked(key) static_key_slow_dec(key) macro
515 #define static_branch_dec_cpuslocked(x) static_key_slow_dec_cpuslocked(&(x)->key)
/OK3568_Linux_fs/kernel/kernel/
H A Djump_label.c274 void static_key_slow_dec_cpuslocked(struct static_key *key) in static_key_slow_dec_cpuslocked() function
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c2512 static_key_slow_dec_cpuslocked(&xps_rxqs_needed); in reset_xps_maps()
2517 static_key_slow_dec_cpuslocked(&xps_needed); in reset_xps_maps()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c4644 static_key_slow_dec_cpuslocked(&__cfs_bandwidth_used); in cfs_bandwidth_usage_dec()