Searched refs:bringup (Results 1 – 5 of 5) sorted by relevance
65 bool bringup; member90 static inline void cpuhp_lock_acquire(bool bringup) in cpuhp_lock_acquire() argument92 lock_map_acquire(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_acquire()95 static inline void cpuhp_lock_release(bool bringup) in cpuhp_lock_release() argument97 lock_map_release(bringup ? &cpuhp_state_up_map : &cpuhp_state_down_map); in cpuhp_lock_release()101 static inline void cpuhp_lock_acquire(bool bringup) { } in cpuhp_lock_acquire() argument102 static inline void cpuhp_lock_release(bool bringup) { } in cpuhp_lock_release() argument149 bool bringup, struct hlist_node *node, in cpuhp_invoke_callback() argument161 if (!(bringup ? step->startup.single : step->teardown.single)) in cpuhp_invoke_callback()169 cb = bringup ? step->startup.single : step->teardown.single; in cpuhp_invoke_callback()[all …]
25 of access initially with the bringup mode set on the
169 * Crashes in early boot, especially around CPU bringup. Bugs
849 configuration and system bringup easier. Configure the kernel with850 CONFIG_SECURITY_SMACK_BRINGUP to enable these features. When bringup856 Another feature of bringup mode is the "unconfined" option. Writing
435 during board bringup.