Lines Matching +full:multi +full:- +full:function

1 /* SPDX-License-Identifier: GPL-2.0 */
8 * CPU-up CPU-down
15 * BRINGUP_CPU->AP_OFFLINE BRINGUP_CPU <- AP_IDLE_DEAD (idle thread/play_dead)
17 * v (IRQ-off) ,---------------^
19 * | TEARDOWN_CPU <- AP_ONLINE_IDLE
30 * CPUHP_ONLINE - 1 down to CPUHP_OFFLINE.
52 * for the @state argument of the setup function.
54 * See Documentation/core-api/cpu_hotplug.rst for further information and
58 CPUHP_INVALID = -1,
263 * cpuhp_setup_state - Setup hotplug state callbacks with calling the @startup
267 * @startup: startup callback function or NULL if not required
268 * @teardown: teardown callback function or NULL if not required
282 * cpuhp_setup_state_cpuslocked - Setup hotplug state callbacks with calling
287 * @startup: startup callback function or NULL if not required
288 * @teardown: teardown callback function or NULL if not required
303 * cpuhp_setup_state_nocalls - Setup hotplug state callbacks without calling the
307 * @startup: startup callback function or NULL if not required
308 * @teardown: teardown callback function or NULL if not required
323 * cpuhp_setup_state_nocalls_cpuslocked - Setup hotplug state callbacks without
329 * @startup: startup callback function or NULL if not required
330 * @teardown: teardown callback function or NULL if not required
345 * cpuhp_setup_state_multi - Add callbacks for multi state
348 * @startup: startup callback function or NULL if not required
349 * @teardown: teardown callback function or NULL if not required
351 * Sets the internal multi_instance flag and prepares a state to work as a multi
374 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
381 * @state must have been earlier marked as multi-instance by
391 * cpuhp_state_add_instance_nocalls - Add an instance for a state without
397 * marked as multi-instance by cpuhp_setup_state_multi. NOP if SMP=n or
407 * cpuhp_state_add_instance_nocalls_cpuslocked - Add an instance for a state
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
463 * cpuhp_remove_multi_state - Remove hotplug multi state callback
466 * Removes the callback functions from a multi state. This is the reverse of
468 * invoking this function.
479 * cpuhp_state_remove_instance - Remove hotplug instance from state and invoke
494 * cpuhp_state_remove_instance_nocalls - Remove hotplug instance from state