Home
last modified time | relevance | path

Searched defs:bringup (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/kernel/
Dcpu.c74 bool bringup; member
99 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire()
104 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release()
110 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire()
111 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release()
150 static bool cpuhp_step_empty(bool bringup, struct cpuhp_step *step) in cpuhp_step_empty()
168 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback()
259 static inline void wait_for_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in wait_for_ap_thread()
265 static inline void complete_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in complete_ap_thread()
481 bool bringup = st->state < target; in cpuhp_set_state() local
[all …]