Lines Matching refs:startup
170 CPUHP_OFFLINE to CPUHP_ONLINE. Each state has a startup and a teardown
173 When a CPU is onlined, the startup callbacks are invoked sequentially until
194 The startup callbacks in this section are invoked before the CPU is
202 The startup callbacks are used to setup resources which are required to
207 The startup callbacks are allowed to fail. If a callback fails, the CPU
218 The startup callbacks in this section are invoked on the hotplugged CPU
234 The startup callbacks in this section are invoked on the hotplugged CPU
251 [CPUHP_OFFLINE + 1]->startup() -> success
252 [CPUHP_OFFLINE + 2]->startup() -> success
253 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL
255 [CPUHP_BRINGUP_CPU]->startup() -> success
257 [CPUHP_BRINGUP_CPU + 1]->startup() -> success
259 [CPUHP_AP_ONLINE]->startup() -> success
261 [CPUHP_AP_ONLINE + 1]->startup() -> success
263 [CPUHP_ONLINE - 1]->startup() -> success
287 [CPUHP_OFFLINE + 1]->startup() -> success
288 [CPUHP_OFFLINE + 2]->startup() -> success
289 [CPUHP_OFFLINE + 3] -> skipped because startup == NULL
291 [CPUHP_BRINGUP_CPU]->startup() -> success
293 [CPUHP_BRINGUP_CPU + 1]->startup() -> success
295 [CPUHP_AP_ONLINE]->startup() -> success
297 [CPUHP_AP_ONLINE + 1]->startup() -> success
299 [CPUHP_AP_ONLINE + N]->startup() -> fail
321 [CPUHP_ONLINE - (N - 1)]->startup()
323 [CPUHP_ONLINE - 1]->startup()
333 [CPUHP_ONLINE - (N - 1)]->startup() -> success
334 [CPUHP_ONLINE - (N - 2)]->startup() -> fail
341 [CPUHP_ONLINE - (N - 1)]->startup() -> success
342 [CPUHP_ONLINE - (N - 2)]->startup() -> fail
362 startup callback has to be invoked before the PERF driver startup
391 * cpuhp_setup_state(state, name, startup, teardown)
392 * cpuhp_setup_state_nocalls(state, name, startup, teardown)
393 * cpuhp_setup_state_cpuslocked(state, name, startup, teardown)
394 * cpuhp_setup_state_nocalls_cpuslocked(state, name, startup, teardown)
404 * cpuhp_setup_state_multi(state, name, startup, teardown)
419 a startup callback
424 a startup callback
429 a startup callback
439 The @startup argument is a function pointer to the callback which should be
441 startup callback set the pointer to NULL.
453 callbacks and invoke the @startup callback (if not NULL) for all online
545 * cpuhp_state_add_instance() adds the instance and invokes the startup