Lines Matching full:invoked

134 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating
158 When a CPU is onlined, the startup callbacks are invoked sequentially until
159 the state CPUHP_ONLINE is reached. They can also be invoked when the
163 When a CPU is offlined the teardown callbacks are invoked in the reverse
165 be invoked when the callbacks of a state are removed or an instance is
179 The startup callbacks in this section are invoked before the CPU is
180 started during a CPU online operation. The teardown callbacks are invoked
183 The callbacks are invoked on a control CPU as they can't obviously run on
203 The startup callbacks in this section are invoked on the hotplugged CPU
205 setup code. The teardown callbacks are invoked with interrupts disabled
219 The startup callbacks in this section are invoked on the hotplugged CPU
220 during a CPU online operation. The teardown callbacks are invoked on the
223 The callbacks are invoked in the context of the per CPU hotplug thread,
224 which is pinned on the hotplugged CPU. The callbacks are invoked with
347 startup callback has to be invoked before the PERF driver startup
349 the driver teardown callbacks have to be invoked before the core teardown
382 CPU hotplug state callbacks need to be invoked for each instance, the CPU
425 invoked during a CPU online operation. If the usage site does not require a
429 be invoked during a CPU offline operation. If the usage site does not
440 state. Depending on the state section the callback is either invoked on
445 0 .. N-1 is invoked to rollback the operation. The state setup fails,
494 callback is either invoked on the current CPU (PREPARE section) or on
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
539 0 .. N-1 is invoked to rollback the operation, the function fails and
559 only invoked for the to be removed instance. Depending on the state
560 section the callback is either invoked on the current CPU (PREPARE
654 invoked. And now get back online::
690 95.552. All invoked callbacks including their return codes are visible in the