| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | freezing-of-tasks.rst | 7 I. What is the freezing of tasks? 10 The freezing of tasks is a mechanism by which user space processes and some 27 whether the system is to undergo a freezing operation. And freeze_processes() 62 initiated a freezing operation, the freezing of tasks will fail and the entire 73 Rationale behind the functions dealing with freezing and thawing of tasks 81 kernel threads without freezing userspace tasks 104 Generally speaking, there is a couple of reasons to use the freezing of tasks: 126 freezing them earlier. [Of course, this also means that device drivers 133 example, be troublesome and without the freezing of tasks we would need some 136 Although Linus Torvalds doesn't like the freezing of tasks, he said this in one [all …]
|
| H A D | index.rst | 15 freezing-of-tasks
|
| H A D | basic-pm-debugging.rst | 53 - test the freezing of processes 56 - test the freezing of processes and suspending of devices 59 - test the freezing of processes, suspending of devices and platform 63 - test the freezing of processes, suspending of devices, platform 67 - test the freezing of processes, suspending of devices, platform global 77 /sys/power/pm_test (eg. "devices" to test the freezing of processes and
|
| H A D | suspend-and-cpuhotplug.rst | 277 into the kernel, since the freezing has not yet begun. 284 the cpu online hotplug task and hence freezing of tasks fails. 286 As a result of this task freezing failure, the suspend operation gets
|
| H A D | swsusp.rst | 192 What is the freezing of tasks and why are we using it? 195 The freezing of tasks is a mechanism by which user space processes and some 197 some architectures). See freezing-of-tasks.txt for details.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | freezer.h | 40 static inline bool freezing(struct task_struct *p) in freezing() function 63 if (likely(!freezing(current))) in try_to_freeze_unsafe() 279 static inline bool freezing(struct task_struct *p) { return false; } in freezing() function
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | freezer-subsystem.rst | 68 If any is freezing, the cgroup is freezing (FREEZING or FROZEN). 78 if not already freezing, enters FREEZING state along with all its 83 the parent-state is still freezing. If a cgroup's effective state 84 becomes THAWED, all its descendants which are freezing because of 85 the cgroup also leave the freezing state.
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | freezer.c | 74 if (!freezing(current) || in __refrigerator() 137 if (!freezing(p) || frozen(p)) { in freeze_task()
|
| H A D | kthread.c | 172 if (unlikely(freezing(current))) in kthread_freezable_should_stop() 756 } else if (!freezing(current)) in kthread_worker_fn()
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0095-compositor-Delay-DPMS-ON-to-finsih_frame.patch | 25 bool freezing; 34 output->base.freezing = false;
|
| H A D | 0012-compositor-Support-freezing-display.patch | 4 Subject: [PATCH 12/79] compositor: Support freezing display
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 182 + bool freezing; 476 + output->base.freezing = true; 478 + output->base.freezing = true; 483 + if (!output->base.freezing) 486 + output->base.freezing = false; 672 + if (output->freezing)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bcmsdh.c | 55 atomic_t freezing; member 793 atomic_set(&sdiodev->freezer->freezing, 0); in brcmf_sdiod_freezer_attach() 802 WARN_ON(atomic_read(&sdiodev->freezer->freezing)); in brcmf_sdiod_freezer_detach() 814 atomic_set(&sdiodev->freezer->freezing, 1); in brcmf_sdiod_freezer_on() 829 atomic_set(&sdiodev->freezer->freezing, 0); in brcmf_sdiod_freezer_off() 835 return atomic_read(&sdiodev->freezer->freezing); in brcmf_sdiod_freezing()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0012-compositor-Support-freezing-display.patch | 4 Subject: [PATCH 12/93] compositor: Support freezing display
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 183 + bool freezing; 472 + output->base.freezing = true; 474 + output->base.freezing = true; 479 + if (!output->base.freezing) 482 + output->base.freezing = false; 672 + if (output->freezing)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0011-compositor-Support-freezing-display.patch | 4 Subject: [PATCH 11/79] compositor: Support freezing display
|
| H A D | 0016-backend-drm-Support-controlling-output-dynamically.patch | 176 + bool freezing; 474 + output->base.freezing = true; 476 + output->base.freezing = true; 481 + if (!output->base.freezing) 484 + output->base.freezing = false; 671 + if (output->freezing)
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | background.c | 122 while (signal_pending(current) || freezing(current)) { in jffs2_garbage_collect_thread()
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | process.c | 108 && freezing(p) && !frozen(p)) { in try_to_freeze_tasks()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/st33zp24/ |
| H A D | st33zp24.c | 263 if (ret == -ERESTARTSYS && freezing(current)) in wait_for_stat() 281 } while (ret == -ERESTARTSYS && freezing(current)); in wait_for_stat()
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | legacy_freezer.c | 274 if (freezing(task)) { in update_if_frozen()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | max3100.c | 177 if (!s->force_end_work && !freezing(current) && !s->suspending) in max3100_dowork() 315 !freezing(current) && in max3100_work()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | xen-tpmfront.c | 85 if (rc == -ERESTARTSYS && freezing(current)) { in wait_for_tpm_stat()
|
| H A D | tpm_tis_core.c | 78 if (rc == -ERESTARTSYS && freezing(current)) { in wait_for_tpm_stat() 174 if (rc == -ERESTARTSYS && freezing(current)) { in request_locality()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/ |
| H A D | sleep-states.rst | 33 runtime idle by freezing user space, suspending the timekeeping and putting all 57 In addition to freezing user space, suspending the timekeeping and putting all
|