Lines Matching refs:offline
111 -r--r--r-- 1 root root 4.0K Dec 21 16:33 offline
116 The files *offline*, *online*, *possible*, *present* represent the CPU masks.
121 smpboot: CPU 4 is now offline
136 * Resume from hibernate/suspend. Hibernate/suspend will fail if CPU0 is offline.
145 The offline case
184 operations (CPU online or CPU offline) then the other not-required callback
196 after the CPU has become dysfunctional during a CPU offline operation.
221 on the hotplugged CPU during a CPU offline operation shortly before the
236 hotplugged CPU during a CPU offline operation.
245 CPU online/offline operations
266 A successful offline operation looks like this::
315 A failed offline operation looks like this::
327 example of a recursive fail due to a failed offline operation: ::
363 callbacks during a CPU online operation. During a CPU offline operation
428 offline For states in the ONLINE section which do not provide
444 be invoked during a CPU offline operation. If the usage site does not
589 notifications on online and offline operations::
598 for notifications on offline operations::
600 state = cpuhp_setup_state(CPUHP_ONLINE_DYN, "subsys:offline", NULL, subsys_cpu_offline);
616 ONLINE section for notifications on online and offline operation::
733 After CPU successfully onlined or offline udev events are sent. A udev rule like::
741 if [ "${ACTION}" = "offline" ]
743 echo "CPU ${DEVPATH##*/} offline"