Lines Matching full:invoked
149 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating
173 When a CPU is onlined, the startup callbacks are invoked sequentially until
174 the state CPUHP_ONLINE is reached. They can also be invoked when the
178 When a CPU is offlined the teardown callbacks are invoked in the reverse
180 be invoked when the callbacks of a state are removed or an instance is
194 The startup callbacks in this section are invoked before the CPU is
195 started during a CPU online operation. The teardown callbacks are invoked
198 The callbacks are invoked on a control CPU as they can't obviously run on
218 The startup callbacks in this section are invoked on the hotplugged CPU
220 setup code. The teardown callbacks are invoked with interrupts disabled
234 The startup callbacks in this section are invoked on the hotplugged CPU
235 during a CPU online operation. The teardown callbacks are invoked on the
238 The callbacks are invoked in the context of the per CPU hotplug thread,
239 which is pinned on the hotplugged CPU. The callbacks are invoked with
362 startup callback has to be invoked before the PERF driver startup
364 the driver teardown callbacks have to be invoked before the core teardown
397 CPU hotplug state callbacks need to be invoked for each instance, the CPU
440 invoked during a CPU online operation. If the usage site does not require a
444 be invoked during a CPU offline operation. If the usage site does not
455 state. Depending on the state section the callback is either invoked on
460 0 .. N-1 is invoked to rollback the operation. The state setup fails,
509 callback is either invoked on the current CPU (PREPARE section) or on
548 invoked for the to be added instance. Depending on the state section
549 the callback is either invoked on the current CPU (PREPARE section) or
554 0 .. N-1 is invoked to rollback the operation, the function fails and
574 only invoked for the to be removed instance. Depending on the state
575 section the callback is either invoked on the current CPU (PREPARE
669 invoked. And now get back online::
705 95.552. All invoked callbacks including their return codes are visible in the