Lines Matching refs:section
174 * The PREPARE section
176 The PREPARE section covers the state space from CPUHP_OFFLINE to
179 The startup callbacks in this section are invoked before the CPU is
196 The teardown callbacks in this section are not allowed to fail.
198 * The STARTING section
200 The STARTING section covers the state space between CPUHP_BRINGUP_CPU + 1
203 The startup callbacks in this section are invoked on the hotplugged CPU
209 The callbacks in this section are not allowed to fail.
214 * The ONLINE section
216 The ONLINE section covers the state space between CPUHP_AP_ONLINE + 1 and
219 The startup callbacks in this section are invoked on the hotplugged CPU
241 === End of PREPARE section
245 === End of STARTUP section
257 === Start of STARTUP section
262 === Start of PREPARE section
277 === End of PREPARE section
281 === End of STARTUP section
288 === Start of STARTUP section
293 === Start of PREPARE section
368 range. The STARTING section does not as most of the callbacks in that
369 section have explicit ordering requirements.
393 CPUHP_AP_ONLINE_DYN - depending on the state section (PREPARE, ONLINE) for
401 prepare For states in the PREPARE section
403 dead For states in the PREPARE section which do not provide
406 starting For states in the STARTING section
408 dying For states in the STARTING section which do not provide
411 online For states in the ONLINE section
413 offline For states in the ONLINE section which do not provide
440 state. Depending on the state section the callback is either invoked on
441 the current CPU (PREPARE section) or on each online CPU (ONLINE
442 section) in the context of the CPU's hotplug thread.
493 greater than the removed state. Depending on the state section the
494 callback is either invoked on the current CPU (PREPARE section) or on
495 each online CPU (ONLINE section) in the context of the CPU's hotplug
533 invoked for the to be added instance. Depending on the state section
534 the callback is either invoked on the current CPU (PREPARE section) or
535 on each online CPU (ONLINE section) in the context of the CPU's hotplug
560 section the callback is either invoked on the current CPU (PREPARE
561 section) or on each online CPU (ONLINE section) in the context of the
573 Setup and teardown a statically allocated state in the STARTING section for
582 Setup and teardown a dynamically allocated state in the ONLINE section
591 Setup and teardown a dynamically allocated state in the ONLINE section
601 ONLINE section for notifications on online and offline operation::