Lines Matching refs:hotplug

2 Interaction of Suspend code (S3) with the CPU hotplug infrastructure
8 I. Differences between CPU hotplug and Suspend-to-RAM
11 How does the regular CPU hotplug code differ from how the Suspend-to-RAM
17 interactions involving the freezer and CPU hotplug and also tries to explain
21 What happens when regular CPU hotplug and Suspend-to-RAM race with each other
79 Disable regular cpu hotplug
99 | Decrease cpu_hotplug_disabled, thereby enabling regular cpu hotplug
117 Regular CPU hotplug call path
149 regular CPU hotplug]
154 regular CPU hotplug and the suspend code path converge at the _cpu_down() and
156 in that during regular CPU hotplug, 0 is passed for the 'tasks_frozen'
173 II. What are the issues involved in CPU hotplug?
176 There are some interesting situations involving CPU hotplug and microcode
207 a regular CPU hotplug operation, upon receiving the CPU_DEAD notification
208 (which is sent by the CPU hotplug code), the microcode update driver's
218 update driver's callback registered for CPU hotplug events) calls
228 Strictly speaking, during a CPU hotplug operation which does not involve
252 hotplug will not be done in-between suspend/resume or hibernate/restore
259 Are there any known problems when regular CPU hotplug and suspend race
264 1. When invoking regular CPU hotplug, the 'tasks_frozen' argument passed to
269 reflect the frozen state and the CPU hotplug callbacks which evaluate
272 2. If a regular CPU hotplug stress test happens to race with the freezer due
284 the cpu online hotplug task and hence freezing of tasks fails.