/linux-6.12.1/Documentation/power/ |
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 …]
|
D | index.rst | 15 freezing-of-tasks
|
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
|
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
|
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-6.12.1/include/linux/ |
D | freezer.h | 34 static inline bool freezing(struct task_struct *p) in freezing() function 54 if (likely(!freezing(current))) in try_to_freeze() 75 static inline bool freezing(struct task_struct *p) { return false; } in freezing() function
|
/linux-6.12.1/kernel/ |
D | freezer.c | 81 freeze = freezing(current) && !(check_kthr_stop && kthread_should_stop()); in __refrigerator() 168 if (!freezing(p) || frozen(p) || __freeze_task(p)) { in freeze_task() 207 if (WARN_ON_ONCE(freezing(p))) in __thaw_task()
|
D | kthread.c | 209 if (unlikely(freezing(current))) in kthread_freezable_should_stop() 850 } else if (!freezing(current)) { in kthread_worker_fn()
|
/linux-6.12.1/Documentation/admin-guide/cgroup-v1/ |
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.
|
/linux-6.12.1/Documentation/translations/zh_CN/power/ |
D | index.rst | 26 * freezing-of-tasks
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | bcmsdh.c | 55 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() 818 atomic_set(&sdiodev->freezer->freezing, 1); in brcmf_sdiod_freezer_on() 833 atomic_set(&sdiodev->freezer->freezing, 0); in brcmf_sdiod_freezer_off() 840 atomic_read(&sdiodev->freezer->freezing); in brcmf_sdiod_freezing()
|
/linux-6.12.1/fs/jffs2/ |
D | background.c | 122 while (signal_pending(current) || freezing(current)) { in jffs2_garbage_collect_thread()
|
/linux-6.12.1/kernel/power/ |
D | process.c | 101 if (p != current && freezing(p) && !frozen(p)) in try_to_freeze_tasks()
|
/linux-6.12.1/fs/bcachefs/ |
D | movinggc.c | 226 if (kthread_should_stop() || freezing(current)) in bch2_copygc() 359 if (unlikely(freezing(current))) { in bch2_copygc_thread()
|
D | move.c | 478 freezing(current) || in bch2_move_ratelimit() 482 if (unlikely(freezing(current))) { in bch2_move_ratelimit()
|
/linux-6.12.1/fs/btrfs/ |
D | free-space-cache.h | 62 return fatal_signal_pending(current) || freezing(current); in btrfs_trim_interrupted()
|
/linux-6.12.1/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 229 if (ret == -ERESTARTSYS && freezing(current)) in wait_for_stat() 247 } while (ret == -ERESTARTSYS && freezing(current)); in wait_for_stat()
|
/linux-6.12.1/kernel/cgroup/ |
D | legacy_freezer.c | 285 if (freezing(task) && !frozen(task)) in update_if_frozen()
|
/linux-6.12.1/drivers/tty/serial/ |
D | max3100.c | 294 !freezing(current) && in max3100_work() 305 if (!s->force_end_work && !freezing(current) && !s->suspending) in max3100_dowork()
|
/linux-6.12.1/drivers/char/tpm/ |
D | xen-tpmfront.c | 85 if (rc == -ERESTARTSYS && freezing(current)) { in wait_for_tpm_stat()
|
D | tpm_tis_core.c | 103 if (rc == -ERESTARTSYS && freezing(current)) { in wait_for_tpm_stat() 217 if (rc == -ERESTARTSYS && freezing(current)) { in __tpm_tis_request_locality()
|
/linux-6.12.1/Documentation/admin-guide/pm/ |
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
|
/linux-6.12.1/fs/xfs/ |
D | xfs_discard.c | 315 return fatal_signal_pending(current) || freezing(current); in xfs_trim_should_stop()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-power | 336 number of times freezing processes failed. 450 filesystems during system suspend (after freezing user space
|
/linux-6.12.1/kernel/time/ |
D | alarmtimer.c | 797 if (freezing(current)) in alarmtimer_do_nsleep()
|