Lines Matching full:offline
105 -r--r--r-- 1 root root 4.0K Dec 21 16:33 offline
110 The files *offline*, *online*, *possible*, *present* represent the CPU masks.
115 smpboot: CPU 4 is now offline
130 The offline case
169 operations (CPU online or CPU offline) then the other not-required callback
181 after the CPU has become dysfunctional during a CPU offline operation.
206 on the hotplugged CPU during a CPU offline operation shortly before the
221 hotplugged CPU during a CPU offline operation.
230 CPU online/offline operations
251 A successful offline operation looks like this::
300 A failed offline operation looks like this::
312 example of a recursive fail due to a failed offline operation: ::
348 callbacks during a CPU online operation. During a CPU offline operation
413 offline For states in the ONLINE section which do not provide
429 be invoked during a CPU offline operation. If the usage site does not
574 notifications on online and offline operations::
583 for notifications on offline operations::
585 state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "subsys:offline", NULL, subsys_cpu_offline);
601 ONLINE section for notifications on online and offline operation::
718 After CPU successfully onlined or offline udev events are sent. A udev rule like::
726 if [ "${ACTION}" = "offline" ]
728 echo "CPU ${DEVPATH##*/} offline"