| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-online | 6 devices whose bus types provide .online() and .offline() 8 of the device's 'offline' field. If that number is 1 and '0' 10 .offline() callback is executed for the device and (if 11 successful) its 'offline' field is updated accordingly. In 14 for the device and (if successful) its 'offline' field is 17 After a successful execution of the bus type's .offline()
|
| H A D | sysfs-memory-page-offline | 6 Soft-offline the memory page containing the physical address 9 to soft-offline it, by moving the contents elsewhere or 19 fail the offline. Return value is the size of the 28 Hard-offline the memory page containing the physical 31 kernel will then attempt to hard-offline the page, by
|
| H A D | usb-uevent | 7 contain ACTION=offline and ERROR=DEAD. 11 KERNEL[130.428945] offline /devices/pci0000:00/0000:00:10.0/usb2 (usb) 12 ACTION=offline
|
| H A D | sysfs-devices-memory | 47 is read-write. When read, it returns the online/offline 49 the online/offline state of a memory block using the following 53 # echo offline > /sys/devices/system/memory/memoryX/state 82 For offline memory blocks, it returns by which zone memory 85 the state of an offline memory block to "online". Only one of 119 segments on memory hot un/plug and/or on/offline events, avoiding the
|
| H A D | sysfs-devices-system-xen_cpu | 16 Interface to online/offline Xen physical cpus 19 to online/offline physical cpus, except cpu0 due to several
|
| H A D | sysfs-class-remoteproc | 19 - "offline" 25 "offline" means the remote processor is powered off. 50 return it to the "offline" state.
|
| /linux/tools/testing/selftests/memory-hotplug/ |
| H A D | mem-on-off-test.sh | 53 hotpluggable_memory offline 68 grep -q offline $SYSFS/devices/system/memory/memory$1/state 78 echo offline > $SYSFS/devices/system/memory/memory$1/state 89 echo $FUNCNAME $memory: unexpected offline >&2 117 echo $FUNCNAME $memory: unexpected offline >&2 131 echo $FUNCNAME $memory: unexpected offline >&2
|
| /linux/drivers/base/ |
| H A D | container.c | 24 return cdev->offline ? cdev->offline(cdev) : 0; in container_offline() 31 .offline = container_offline,
|
| H A D | cpu.c | 251 cpumask_var_t offline; in print_cpus_offline() local 254 if (!alloc_cpumask_var(&offline, GFP_KERNEL)) in print_cpus_offline() 256 cpumask_andnot(offline, cpu_possible_mask, cpu_online_mask); in print_cpus_offline() 257 len += sysfs_emit_at(buf, len, "%*pbl", cpumask_pr_args(offline)); in print_cpus_offline() 258 free_cpumask_var(offline); in print_cpus_offline() 275 static DEVICE_ATTR(offline, 0444, print_cpus_offline, NULL); 400 .offline = cpu_subsys_offline, 426 cpu->dev.offline = !cpu_online(num); in register_cpu()
|
| /linux/tools/testing/selftests/cpu-hotplug/ |
| H A D | cpu-on-off-test.sh | 47 offline_cpus=`cat $SYSFS/devices/system/cpu/offline` 108 echo $FUNCNAME $cpu: unexpected offline >&2 134 echo $FUNCNAME $cpu: unexpected offline >&2 147 echo $FUNCNAME $cpu: unexpected offline >&2
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | cputopology.rst | 63 offline: 由于热插拔移除或者超过内核允许的CPU上限(上文描述的kernel_max) 81 offline: 2,4-31,32-63 90 offline: 2,4-127,128-143
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | cputopology.rst | 63 offline: 由於熱插拔移除或者超過內核允許的CPU上限(上文描述的kernel_max) 81 offline: 2,4-31,32-63 90 offline: 2,4-127,128-143
|
| /linux/mm/kasan/ |
| H A D | quarantine.c | 39 bool offline; member 210 if (q->offline) { in kasan_quarantine_put() 336 if (READ_ONCE(q->offline)) in per_cpu_remove_cache() 385 this_cpu_ptr(&cpu_quarantine)->offline = false; in kasan_cpu_online() 398 WRITE_ONCE(q->offline, true); in kasan_cpu_offline()
|
| /linux/Documentation/admin-guide/ |
| H A D | cputopology.rst | 61 offline: CPUs that are not online because they have been 84 offline: 2,4-31,32-63 91 was manually taken offline (and is the only CPU that can be brought 95 offline: 2,4-127,128-143
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | cpu_hotplug.rst | 106 -r--r--r-- 1 root root 4.0K Dec 21 16:33 offline 111 文件 *offline* 、 *online* 、*possible* 、*present* 代表CPU掩码。每个CPU文件 115 smpboot: CPU 4 is now offline 381 offline 对应ONLINE阶段中不提供startup回调的状态 513 state = cpuhp_setup_state(CPUHP_ONLINE_DYN, "subsys:offline", NULL, subsys_cpu_offline); 644 if [ "${ACTION}" = "offline" ] 646 echo "CPU ${DEVPATH##*/} offline"
|
| /linux/Documentation/core-api/ |
| H A D | cpu_hotplug.rst | 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:: [all …]
|
| /linux/drivers/bus/ |
| H A D | mips_cdmm.c | 270 bool offline; member 382 if (bus->offline) { in mips_cdmm_setup() 390 bus->offline = false; in mips_cdmm_setup() 635 bus->offline = true; in BUILD_PERDEV_HELPER() 663 bus->offline = false; in mips_cdmm_cpu_online()
|
| /linux/Documentation/fault-injection/ |
| H A D | notifier-error-inject.rst | 44 Example: Inject memory hotplug offline error (-12 == -ENOMEM):: 48 # echo offline > /sys/devices/system/memory/memoryXXX/state 97 These scripts first do simple online and offline tests and then do fault
|
| /linux/Documentation/filesystems/ |
| H A D | zonefs.rst | 190 * A zone may transition to the offline condition (BLK_ZONE_COND_OFFLINE): 191 An offline zone cannot be read nor written. No user action can transition an 192 offline zone back to an operational good state. Similarly to zone read-only 193 transitions, the reasons for a drive to transition a zone to the offline 228 * A zone condition change to read-only or offline also always triggers zonefs 252 file attributes and data modification. For offline zones, all permissions 268 | (default) | offline | 0 no no no no | 272 | | offline | 0 no no no no | 275 | zone-offline | read-only | 0 no no yes no | 276 | | offline | 0 no no no no | [all …]
|
| /linux/net/sunrpc/ |
| H A D | sysfs.c | 252 closing, congested, cwnd_wait, write_space, offline, remove; in rpc_sysfs_xprt_state_show() local 267 offline = test_bit(XPRT_OFFLINE, &xprt->state); in rpc_sysfs_xprt_state_show() 281 offline ? "OFFLINE" : "", in rpc_sysfs_xprt_state_show() 429 int offline = 0, online = 0, remove = 0; in rpc_sysfs_xprt_state_change() local 438 offline = 1; in rpc_sysfs_xprt_state_change() 456 if (offline) { in rpc_sysfs_xprt_state_change()
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | hugetlb.rst | 125 4. Caveats with HugeTLB cgroup offline. 127 When a HugeTLB cgroup goes offline with some reservations or faults still 131 - the reservation charges remain on the offline HugeTLB cgroup. 139 harder to reparent reservations at offline time.
|
| /linux/include/linux/ |
| H A D | container.h | 19 int (*offline)(struct container_dev *cdev); member
|
| /linux/Documentation/arch/s390/ |
| H A D | driver-model.rst | 50 An interface to set the device online and offline. 251 possible). This ccwgroup device can be set online or offline just like a normal 255 again (only when offline). This is a generic ccwgroup mechanism (the driver does 279 - Can be 'online' or 'offline'. 280 Piping 'on' or 'off' sets the chpid logically online/offline.
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-firmware-acpi | 7 the offline failure might lead to memory corruption and crashes)
|
| /linux/tools/testing/selftests/mm/ |
| H A D | .gitignore | 9 hugetlb-soft-offline
|