Lines Matching refs:invoked
140 hotplug states will be invoked, starting with ``CPUHP_ONLINE`` and terminating
164 When a CPU is onlined, the startup callbacks are invoked sequentially until
165 the state CPUHP_ONLINE is reached. They can also be invoked when the
169 When a CPU is offlined the teardown callbacks are invoked in the reverse
171 be invoked when the callbacks of a state are removed or an instance is
185 The startup callbacks in this section are invoked before the CPU is
186 started during a CPU online operation. The teardown callbacks are invoked
189 The callbacks are invoked on a control CPU as they can't obviously run on
209 The startup callbacks in this section are invoked on the hotplugged CPU
211 setup code. The teardown callbacks are invoked with interrupts disabled
225 The startup callbacks in this section are invoked on the hotplugged CPU
226 during a CPU online operation. The teardown callbacks are invoked on the
229 The callbacks are invoked in the context of the per CPU hotplug thread,
230 which is pinned on the hotplugged CPU. The callbacks are invoked with
353 startup callback has to be invoked before the PERF driver startup
355 the driver teardown callbacks have to be invoked before the core teardown
388 CPU hotplug state callbacks need to be invoked for each instance, the CPU
431 invoked during a CPU online operation. If the usage site does not require a
435 be invoked during a CPU offline operation. If the usage site does not
446 state. Depending on the state section the callback is either invoked on
451 0 .. N-1 is invoked to rollback the operation. The state setup fails,
500 callback is either invoked on the current CPU (PREPARE section) or on
539 invoked for the to be added instance. Depending on the state section
540 the callback is either invoked on the current CPU (PREPARE section) or
545 0 .. N-1 is invoked to rollback the operation, the function fails and
565 only invoked for the to be removed instance. Depending on the state
566 section the callback is either invoked on the current CPU (PREPARE
660 invoked. And now get back online::
696 95.552. All invoked callbacks including their return codes are visible in the