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 The offline case
175 operations (CPU online or CPU offline) then the other not-required callback
187 after the CPU has become dysfunctional during a CPU offline operation.
212 on the hotplugged CPU during a CPU offline operation shortly before the
227 hotplugged CPU during a CPU offline operation.
236 CPU online/offline operations
257 A successful offline operation looks like this::
306 A failed offline operation looks like this::
318 example of a recursive fail due to a failed offline operation: ::
354 callbacks during a CPU online operation. During a CPU offline operation
419 offline For states in the ONLINE section which do not provide
435 be invoked during a CPU offline operation. If the usage site does not
580 notifications on online and offline operations::
589 for notifications on offline operations::
591 state = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "subsys:offline", NULL, subsys_cpu_offline);
607 ONLINE section for notifications on online and offline operation::
724 After CPU successfully onlined or offline udev events are sent. A udev rule like::
732 if [ "${ACTION}" = "offline" ]
734 echo "CPU ${DEVPATH##*/} offline"