/Linux-v4.19/Documentation/power/ |
D | freezing-of-tasks.txt | 4 I. What is the freezing of tasks? 6 The freezing of tasks is a mechanism by which user space processes and some 22 whether the system is to undergo a freezing operation. And freeze_processes() 57 initiated a freezing operation, the freezing of tasks will fail and the entire 68 Rationale behind the functions dealing with freezing and thawing of tasks: 76 kernel threads without freezing userspace tasks 97 Generally speaking, there is a couple of reasons to use the freezing of tasks: 117 additional memory and we prevent them from doing that by freezing them earlier. 125 example, be troublesome and without the freezing of tasks we would need some 128 Although Linus Torvalds doesn't like the freezing of tasks, he said this in one [all …]
|
D | basic-pm-debugging.txt | 47 - test the freezing of processes 50 - test the freezing of processes and suspending of devices 53 - test the freezing of processes, suspending of devices and platform 57 - test the freezing of processes, suspending of devices, platform 61 - test the freezing of processes, suspending of devices, platform global 69 /sys/power/pm_test (eg. "devices" to test the freezing of processes and
|
D | 00-INDEX | 13 freezing-of-tasks.txt
|
D | suspend-and-cpuhotplug.txt | 264 into the kernel, since the freezing has not yet begun. 271 the cpu online hotplug task and hence freezing of tasks fails. 273 As a result of this task freezing failure, the suspend operation gets
|
D | swsusp.txt | 170 Q: What is the freezing of tasks and why are we using it? 172 A: The freezing of tasks is a mechanism by which user space processes and some 174 architectures). See freezing-of-tasks.txt for details.
|
/Linux-v4.19/include/linux/ |
D | freezer.h | 35 static inline bool freezing(struct task_struct *p) in freezing() function 58 if (likely(!freezing(current))) in try_to_freeze_unsafe() 262 static inline bool freezing(struct task_struct *p) { return false; } in freezing() function
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | freezer-subsystem.txt | 64 If any is freezing, the cgroup is freezing (FREEZING or FROZEN). 74 if not already freezing, enters FREEZING state along with all its 79 the parent-state is still freezing. If a cgroup's effective state 80 becomes THAWED, all its descendants which are freezing because of 81 the cgroup also leave the freezing state.
|
/Linux-v4.19/kernel/ |
D | freezer.c | 75 if (!freezing(current) || in __refrigerator() 137 if (!freezing(p) || frozen(p)) { in freeze_task()
|
D | kthread.c | 136 if (unlikely(freezing(current))) in kthread_freezable_should_stop() 663 } else if (!freezing(current)) in kthread_worker_fn()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | bcmsdh.c | 63 atomic_t freezing; member 796 atomic_set(&sdiodev->freezer->freezing, 0); in brcmf_sdiod_freezer_attach() 805 WARN_ON(atomic_read(&sdiodev->freezer->freezing)); in brcmf_sdiod_freezer_detach() 817 atomic_set(&sdiodev->freezer->freezing, 1); in brcmf_sdiod_freezer_on() 832 atomic_set(&sdiodev->freezer->freezing, 0); in brcmf_sdiod_freezer_off() 838 return atomic_read(&sdiodev->freezer->freezing); in brcmf_sdiod_freezing()
|
/Linux-v4.19/fs/jffs2/ |
D | background.c | 122 while (signal_pending(current) || freezing(current)) { in jffs2_garbage_collect_thread()
|
/Linux-v4.19/kernel/power/ |
D | process.c | 103 && freezing(p) && !frozen(p)) in try_to_freeze_tasks()
|
D | Kconfig | 26 Skip the kernel sys_sync() before freezing user processes.
|
/Linux-v4.19/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 275 if (ret == -ERESTARTSYS && freezing(current)) in wait_for_stat() 293 } while (ret == -ERESTARTSYS && freezing(current)); in wait_for_stat()
|
/Linux-v4.19/drivers/char/tpm/ |
D | tpm_tis_core.c | 81 if (rc == -ERESTARTSYS && freezing(current)) { in wait_for_tpm_stat() 181 if (rc == -ERESTARTSYS && freezing(current)) { in release_locality() 221 if (rc == -ERESTARTSYS && freezing(current)) { in request_locality()
|
D | xen-tpmfront.c | 88 if (rc == -ERESTARTSYS && freezing(current)) { in wait_for_tpm_stat()
|
/Linux-v4.19/kernel/cgroup/ |
D | freezer.c | 274 if (freezing(task)) { in update_if_frozen()
|
/Linux-v4.19/drivers/tty/serial/ |
D | max3100.c | 177 if (!s->force_end_work && !freezing(current) && !s->suspending) in max3100_dowork() 315 !freezing(current) && in max3100_work()
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | sleep-states.rst | 29 runtime idle by freezing user space, suspending the timekeeping and putting all 53 In addition to freezing user space, suspending the timekeeping and putting all
|
/Linux-v4.19/kernel/time/ |
D | alarmtimer.c | 734 if (freezing(current)) in alarmtimer_do_nsleep()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_txnmgr.c | 2797 if (freezing(current)) { in jfs_lazycommit() 2986 if (freezing(current)) { in jfs_sync()
|
D | jfs_logmgr.c | 2347 if (freezing(current)) { in jfsIOWait()
|
/Linux-v4.19/net/sunrpc/ |
D | svc_xprt.c | 674 if (freezing(current)) in rqst_should_sleep()
|
/Linux-v4.19/fs/f2fs/ |
D | gc.c | 38 kthread_should_stop() || freezing(current) || in gc_thread_func()
|
/Linux-v4.19/fs/jbd2/ |
D | journal.c | 235 if (freezing(current)) { in kjournald2()
|