Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcpu.c75 bool bringup; member
101 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire()
106 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release()
112 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire()
113 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release()
152 static bool cpuhp_step_empty(bool bringup, struct cpuhp_step *step) in cpuhp_step_empty()
170 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback()
261 static inline void wait_for_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in wait_for_ap_thread()
267 static inline void complete_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in complete_ap_thread()
712 bool bringup = st->state < target; in cpuhp_set_state() local
[all …]