| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/rockchip/ |
| H A D | rockchip_system_monitor.txt | 9 - rockchip,video-4k-offline-cpus: A string containing cpus which will be killed 15 - rockchip,offline-cpu-temp: An integer indicating the trip temperature level. 16 - rockchip,temp-hysteresis: A low hysteresis value on rockchip,offline-cpu-temp 18 - rockchip,temp-offline-cpus: A string containing cpus which will be killed 31 rockchip,offline-cpu-temp = <110000>; /* millicelsius */ 32 rockchip,temp-offline-cpus = "2-3"; 34 rockchip,video-4k-offline-cpus = "2-3";
|
| /OK3568_Linux_fs/kernel/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 | 48 online/offline state of the memory section. When written, 49 root can toggle the the online/offline state of a removable 54 # echo offline > /sys/devices/system/memory/memoryX/state 60 by root to offline that section:: 62 # echo offline > /sys/devices/system/memory/memory22/state
|
| 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.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | memory-hotplug.rst | 68 In this document, this phase is described as online/offline. 76 Unit of Memory online/offline operation 86 unit upon which memory online/offline operations are to be performed. The 158 - at read: contains online/offline state of memory. 161 "online_movable", "online", "offline" command 216 You may have to write it by yourself or online/offline memory by hand. 254 To see (online/offline) state of a memory block, read 'state' file:: 260 - If the memory block is offline, you'll read "offline". 274 option. If it is disabled the default is "offline" which means the newly added 282 be hotplugged. Currently offline blocks keep their state. It is possible, under [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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 | 134 .offline = cpu_subsys_offline, 242 cpumask_var_t offline; in print_cpus_offline() local 245 if (!alloc_cpumask_var(&offline, GFP_KERNEL)) in print_cpus_offline() 247 cpumask_andnot(offline, cpu_possible_mask, cpu_online_mask); in print_cpus_offline() 248 len += sysfs_emit_at(buf, len, "%*pbl", cpumask_pr_args(offline)); in print_cpus_offline() 249 free_cpumask_var(offline); in print_cpus_offline() 266 static DEVICE_ATTR(offline, 0444, print_cpus_offline, NULL); 369 cpu->dev.offline = !cpu_online(num); in register_cpu()
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | quarantine.c | 37 bool offline; member 196 if (q->offline) { in kasan_quarantine_put() 312 if (READ_ONCE(q->offline)) in per_cpu_remove_cache() 352 this_cpu_ptr(&cpu_quarantine)->offline = false; in kasan_cpu_online() 365 WRITE_ONCE(q->offline, true); in kasan_cpu_offline()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/cpu-hotplug/ |
| H A D | cpu-on-off-test.sh | 46 offline_cpus=`cat $SYSFS/devices/system/cpu/offline` 107 echo $FUNCNAME $cpu: unexpected offline >&2 133 echo $FUNCNAME $cpu: unexpected offline >&2 146 echo $FUNCNAME $cpu: unexpected offline >&2
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-extended/tgt/files/ |
| H A D | tgtd.service | 11 # Put tgtd into "offline" state until all the targets are configured. 14 ExecStartPost=@SBINDIR@/tgtadm --op update --mode sys --name State -v offline 26 ExecStop=@SBINDIR@/tgtadm --op update --mode sys --name State -v offline
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | mapboxgl.qdoc | 113 …This is an \l {https://www.mapbox.com/help/mobile-offline/#ambient-caching} {ambient cache}, meani… 117 …This cache can also be used for storing \l {https://www.mapbox.com/help/mobile-offline}{offline ti… 118 …but the offline database must be populated using the \l {https://github.com/mapbox/mapbox-gl-nativ… 119 … {offline tool}. The offline database will work alongside with the ambient cache in the same file. 120 Make sure to comply with Mapbox Terms of Service before creating an offline database. 122 …\b {Note:} The map tile cache file name must be "mapboxgl.db". When using the offline tool, the de… 123 …output is "offline.db". For using the generated output from the offline tool, you must move that t… 124 proper directory, and rename it as "mapboxgl.db". The offline tool also provides the "--output" 131 but the offline database cannot be used with this option enabled.
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/buildroot/package/checksec/ |
| H A D | Config.in.host | 11 can offline check a target folder of elf files for 14 feature that are not functional offline, but require the
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | cpu_hotplug.rst | 109 -r--r--r-- 1 root root 4.0K Dec 21 16:33 offline 114 The files *offline*, *online*, *possible*, *present* represent the CPU masks. 119 smpboot: CPU 4 is now offline 134 * Resume from hibernate/suspend. Hibernate/suspend will fail if CPU0 is offline. 143 The offline case 161 It is possible to receive notifications once a CPU is offline or onlined. This 219 goes online (offline) and during initial setup (shutdown) of the driver. However 342 After CPU successfully onlined or offline udev events are sent. A udev rule like: :: 350 if [ "${ACTION}" = "offline" ] 352 echo "CPU ${DEVPATH##*/} offline"
|
| H A D | memory-hotplug.rst | 34 the memory block that we attempted to offline. 64 - start_pfn is start_pfn of online/offline memory. 65 - nr_pages is # of pages of online/offline memory. 95 - synchronize against online/offline requests (e.g. via sysfs). This way, memory
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-per-CPU-kthreads.rst | 24 writing "0" to offline and "1" to online. 99 the CPU offline, then bring it back online. This forces 101 with multiple CPUs, force them all offline before bringing the 103 do not offline any other CPUs, because doing so could force the 115 be de-jittered. (It is OK to force this CPU offline and then 127 be de-jittered. (It is OK to force this CPU offline and then 139 be de-jittered. (It is OK to force this CPU offline and then 184 CPU offline, then bring it back online. This forces recurring 186 CPUs, force them all offline before bringing the first one 188 offline any other CPUs, because doing so could force the timer
|
| H A D | cputopology.rst | 137 offline: CPUs that are not online because they have been 160 offline: 2,4-31,32-63 167 was manually taken offline (and is the only CPU that can be brought 171 offline: 2,4-127,128-143
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | hugetlb.rst | 117 4. Caveats with HugeTLB cgroup offline. 119 When a HugeTLB cgroup goes offline with some reservations or faults still 123 - the reservation charges remain on the offline HugeTLB cgroup. 131 harder to reparent reservations at offline time.
|
| /OK3568_Linux_fs/kernel/drivers/staging/fieldbus/Documentation/ABI/ |
| H A D | sysfs-class-fieldbus-dev | 44 Whether the fieldbus is online or offline. 47 '0' meaning 'offline'
|