Home
last modified time | relevance | path

Searched refs:cpuhp_cpu_state (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/
H A Dcpu.c50 * cpuhp_cpu_state - Per cpu hotplug state storage
63 struct cpuhp_cpu_state { struct
82 static DEFINE_PER_CPU(struct cpuhp_cpu_state, cpuhp_state) = {
157 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in cpuhp_invoke_callback()
257 static inline void wait_for_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in wait_for_ap_thread()
263 static inline void complete_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in complete_ap_thread()
480 static inline enum cpuhp_state cpuhp_set_state(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state()
494 static inline void cpuhp_reset_state(struct cpuhp_cpu_state *st, enum cpuhp_state prev_state) in cpuhp_reset_state()
515 static void _cpuhp_kick_ap(struct cpuhp_cpu_state *st) in _cpuhp_kick_ap()
532 static int cpuhp_kick_ap(struct cpuhp_cpu_state *s
[all...]

Completed in 2 milliseconds