Lines Matching full:startup
155 CPUHP_OFFLINE to CPUHP_ONLINE. Each state has a startup and a teardown
158 When a CPU is onlined, the startup callbacks are invoked sequentially until
179 The startup callbacks in this section are invoked before the CPU is
187 The startup callbacks are used to setup resources which are required to
192 The startup callbacks are allowed to fail. If a callback fails, the CPU
203 The startup callbacks in this section are invoked on the hotplugged CPU
219 The startup callbacks in this section are invoked on the hotplugged CPU
236 [CPUHP_OFFLINE + 1]->startup() -> success
237 [CPUHP_OFFLINE + 2]->startup() -> success
238 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL
240 [CPUHP_BRINGUP_CPU]->startup() -> success
242 [CPUHP_BRINGUP_CPU + 1]->startup() -> success
244 [CPUHP_AP_ONLINE]->startup() -> success
245 === End of STARTUP section
246 [CPUHP_AP_ONLINE + 1]->startup() -> success
248 [CPUHP_ONLINE - 1]->startup() -> success
257 === Start of STARTUP section
272 [CPUHP_OFFLINE + 1]->startup() -> success
273 [CPUHP_OFFLINE + 2]->startup() -> success
274 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL
276 [CPUHP_BRINGUP_CPU]->startup() -> success
278 [CPUHP_BRINGUP_CPU + 1]->startup() -> success
280 [CPUHP_AP_ONLINE]->startup() -> success
281 === End of STARTUP section
282 [CPUHP_AP_ONLINE + 1]->startup() -> success
284 [CPUHP_AP_ONLINE + N]->startup() -> fail
288 === Start of STARTUP section
306 [CPUHP_ONLINE - (N - 1)]->startup()
308 [CPUHP_ONLINE - 1]->startup()
318 [CPUHP_ONLINE - (N - 1)]->startup() -> success
319 [CPUHP_ONLINE - (N - 2)]->startup() -> fail
326 [CPUHP_ONLINE - (N - 1)]->startup() -> success
327 [CPUHP_ONLINE - (N - 2)]->startup() -> fail
347 startup callback has to be invoked before the PERF driver startup
376 * cpuhp_setup_state(state, name, startup, teardown)
377 * cpuhp_setup_state_nocalls(state, name, startup, teardown)
378 * cpuhp_setup_state_cpuslocked(state, name, startup, teardown)
379 * cpuhp_setup_state_nocalls_cpuslocked(state, name, startup, teardown)
389 * cpuhp_setup_state_multi(state, name, startup, teardown)
404 a startup callback
409 a startup callback
414 a startup callback
424 The @startup argument is a function pointer to the callback which should be
426 startup callback set the pointer to NULL.
438 callbacks and invoke the @startup callback (if not NULL) for all online
530 * cpuhp_state_add_instance() adds the instance and invokes the startup