Lines Matching full:callbacks
27 * startup callbacks sequentially from CPUHP_OFFLINE + 1 to CPUHP_ONLINE
29 * installed teardown callbacks are invoked in the reverse order from
34 * PREPARE: The callbacks are invoked on a control CPU before the
37 * STARTING: The callbacks are invoked on the hotplugged CPU from the low level
40 * ONLINE: The callbacks are invoked on the hotplugged CPU from the per CPU
257 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
276 * cpuhp_setup_state_cpuslocked - Setup hotplug state callbacks with calling
297 * cpuhp_setup_state_nocalls - Setup hotplug state callbacks without calling the
317 * cpuhp_setup_state_nocalls_cpuslocked - Setup hotplug state callbacks without
320 * callbacks
339 * cpuhp_setup_state_multi - Add callbacks for multi state
346 * instance callback. No callbacks are invoked at this point. The callbacks are
422 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
434 * cpuhp_remove_state_nocalls - Remove hotplug state callbacks without invoking
444 * cpuhp_remove_state_nocalls_cpuslocked - Remove hotplug state callbacks without invoking