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
262 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
281 * cpuhp_setup_state_cpuslocked - Setup hotplug state callbacks with calling
302 * cpuhp_setup_state_nocalls - Setup hotplug state callbacks without calling the
322 * cpuhp_setup_state_nocalls_cpuslocked - Setup hotplug state callbacks without
325 * callbacks
344 * cpuhp_setup_state_multi - Add callbacks for multi state
351 * instance callback. No callbacks are invoked at this point. The callbacks are
427 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
439 * cpuhp_remove_state_nocalls - Remove hotplug state callbacks without invoking
449 * cpuhp_remove_state_nocalls_cpuslocked - Remove hotplug state callbacks without invoking