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
263 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
282 * cpuhp_setup_state_cpuslocked - Setup hotplug state callbacks with calling
303 * cpuhp_setup_state_nocalls - Setup hotplug state callbacks without calling the
323 * cpuhp_setup_state_nocalls_cpuslocked - Setup hotplug state callbacks without
326 * callbacks
345 * cpuhp_setup_state_multi - Add callbacks for multi state
352 * instance callback. No callbacks are invoked at this point. The callbacks are
428 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
440 * cpuhp_remove_state_nocalls - Remove hotplug state callbacks without invoking
450 * cpuhp_remove_state_nocalls_cpuslocked - Remove hotplug state callbacks without invoking