| /linux/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 28 indicate whether the system is to undergo a freezing operation. And 72 has initiated a freezing operation, the freezing of tasks will fail and the 83 Rationale behind the functions dealing with freezing and thawing of tasks 91 kernel threads without freezing userspace tasks 115 Generally speaking, there is a couple of reasons to use the freezing of tasks: 137 freezing them earlier. [Of course, this also means that device drivers 144 example, be troublesome and without the freezing of tasks we would need some 147 Although Linus Torvalds doesn't like the freezing of tasks, he said this in one [all …]
|
| 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 | 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.
|
| /linux/Documentation/translations/zh_CN/power/ |
| H A D | index.rst | 26 * freezing-of-tasks
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | bcmsdh.c | 55 atomic_t freezing; member 801 atomic_set(&sdiodev->freezer->freezing, 0); in brcmf_sdiod_freezer_attach() 810 WARN_ON(atomic_read(&sdiodev->freezer->freezing)); in brcmf_sdiod_freezer_detach() 823 atomic_set(&sdiodev->freezer->freezing, 1); in brcmf_sdiod_freezer_on() 838 atomic_set(&sdiodev->freezer->freezing, 0); in brcmf_sdiod_freezer_off() 845 atomic_read(&sdiodev->freezer->freezing); in brcmf_sdiod_freezing()
|
| /linux/kernel/power/ |
| H A D | process.c | 101 if (p != current && freezing(p) && !frozen(p)) in try_to_freeze_tasks()
|
| /linux/kernel/cgroup/ |
| H A D | legacy_freezer.c | 271 if (freezing(task) && !frozen(task)) in update_if_frozen()
|
| /linux/drivers/tty/serial/ |
| H A D | max3100.c | 295 !freezing(current) && in max3100_work() 306 if (!s->force_end_work && !freezing(current) && !s->suspending) in max3100_dowork()
|
| /linux/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 | 103 if (rc == -ERESTARTSYS && freezing(current)) { in wait_for_tpm_stat() 216 if (rc == -ERESTARTSYS && freezing(current)) { in __tpm_tis_request_locality()
|
| /linux/kernel/ |
| H A D | kthread.c | 201 if (unlikely(freezing(current))) in kthread_freezable_should_stop() 1031 } else if (!freezing(current)) { in kthread_worker_fn()
|
| /linux/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
|
| H A D | suspend-flows.rst | 74 resume, which can be much more precise than the freezing, so the latter is
|
| /linux/kernel/time/ |
| H A D | alarmtimer.c | 719 if (freezing(current)) in alarmtimer_do_nsleep()
|
| /linux/fs/xfs/ |
| H A D | xfs_discard.c | 324 return fatal_signal_pending(current) || freezing(current); in xfs_trim_should_stop()
|
| /linux/fs/jfs/ |
| H A D | jfs_txnmgr.c | 2753 if (freezing(current)) { in jfs_lazycommit() 2943 if (freezing(current)) { in jfs_sync()
|
| H A D | jfs_logmgr.c | 2325 if (freezing(current)) { in jfsIOWait()
|
| /linux/fs/ |
| H A D | coredump.c | 584 return fatal_signal_pending(current) || freezing(current); in dump_interrupted()
|
| /linux/fs/jbd2/ |
| H A D | journal.c | 207 if (freezing(current)) { in kjournald2()
|
| /linux/fs/nilfs2/ |
| H A D | segment.c | 2668 if (freezing(current)) { in nilfs_segctor_thread()
|
| /linux/mm/ |
| H A D | ksm.c | 2785 while (scan_npages-- && likely(!freezing(current))) { in ksm_do_scan()
|
| H A D | vmscan.c | 7189 if (freezing(current) || kthread_should_stop()) in kswapd_try_to_sleep()
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 270 The optional ``->freeze()`` callback can be used for freezing the port
|
| /linux/fs/btrfs/ |
| H A D | scrub.c | 2111 freezing(current) || signal_pending(current)) in should_cancel_scrub()
|
| /linux/fs/ext4/ |
| H A D | mballoc.c | 6921 return fatal_signal_pending(current) || freezing(current); in ext4_trim_interrupted()
|