Lines Matching full:startup
161 CPUHP_OFFLINE to CPUHP_ONLINE. Each state has a startup and a teardown
164 When a CPU is onlined, the startup callbacks are invoked sequentially until
185 The startup callbacks in this section are invoked before the CPU is
193 The startup callbacks are used to setup resources which are required to
198 The startup callbacks are allowed to fail. If a callback fails, the CPU
209 The startup callbacks in this section are invoked on the hotplugged CPU
225 The startup callbacks in this section are invoked on the hotplugged CPU
242 [CPUHP_OFFLINE + 1]->startup() -> success
243 [CPUHP_OFFLINE + 2]->startup() -> success
244 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL
246 [CPUHP_BRINGUP_CPU]->startup() -> success
248 [CPUHP_BRINGUP_CPU + 1]->startup() -> success
250 [CPUHP_AP_ONLINE]->startup() -> success
251 === End of STARTUP section
252 [CPUHP_AP_ONLINE + 1]->startup() -> success
254 [CPUHP_ONLINE - 1]->startup() -> success
263 === Start of STARTUP section
278 [CPUHP_OFFLINE + 1]->startup() -> success
279 [CPUHP_OFFLINE + 2]->startup() -> success
280 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL
282 [CPUHP_BRINGUP_CPU]->startup() -> success
284 [CPUHP_BRINGUP_CPU + 1]->startup() -> success
286 [CPUHP_AP_ONLINE]->startup() -> success
287 === End of STARTUP section
288 [CPUHP_AP_ONLINE + 1]->startup() -> success
290 [CPUHP_AP_ONLINE + N]->startup() -> fail
294 === Start of STARTUP section
312 [CPUHP_ONLINE - (N - 1)]->startup()
314 [CPUHP_ONLINE - 1]->startup()
324 [CPUHP_ONLINE - (N - 1)]->startup() -> success
325 [CPUHP_ONLINE - (N - 2)]->startup() -> fail
332 [CPUHP_ONLINE - (N - 1)]->startup() -> success
333 [CPUHP_ONLINE - (N - 2)]->startup() -> fail
353 startup callback has to be invoked before the PERF driver startup
382 * cpuhp_setup_state(state, name, startup, teardown)
383 * cpuhp_setup_state_nocalls(state, name, startup, teardown)
384 * cpuhp_setup_state_cpuslocked(state, name, startup, teardown)
385 * cpuhp_setup_state_nocalls_cpuslocked(state, name, startup, teardown)
395 * cpuhp_setup_state_multi(state, name, startup, teardown)
410 a startup callback
415 a startup callback
420 a startup callback
430 The @startup argument is a function pointer to the callback which should be
432 startup callback set the pointer to NULL.
444 callbacks and invoke the @startup callback (if not NULL) for all online
536 * cpuhp_state_add_instance() adds the instance and invokes the startup