Home
last modified time | relevance | path

Searched refs:freezing (Results 1 – 25 of 39) sorted by relevance

12

/linux/Documentation/power/
A Dfreezing-of-tasks.rst7 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
126 freezing them earlier. [Of course, this also means that device drivers
150 freezing user threads I don't find really objectionable."
171 V. Are there any problems related to the freezing of tasks?
213 VI. Are there any precautions to be taken to prevent freezing failures?
[all …]
A Dindex.rst15 freezing-of-tasks
A Dbasic-pm-debugging.rst53 - 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
A Dsuspend-and-cpuhotplug.rst277 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
A Dswsusp.rst192 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/include/linux/
A Dfreezer.h35 static inline bool freezing(struct task_struct *p) in freezing() function
58 if (likely(!freezing(current))) in try_to_freeze_unsafe()
273 static inline bool freezing(struct task_struct *p) { return false; } in freezing() function
/linux/Documentation/admin-guide/cgroup-v1/
A Dfreezer-subsystem.rst68 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/kernel/
A Dfreezer.c70 if (!freezing(current) || in __refrigerator()
132 if (!freezing(p) || frozen(p)) { in freeze_task()
A Dkthread.c178 if (unlikely(freezing(current))) in kthread_freezable_should_stop()
768 } else if (!freezing(current)) in kthread_worker_fn()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dbcmsdh.c55 atomic_t freezing; member
794 atomic_set(&sdiodev->freezer->freezing, 0); in brcmf_sdiod_freezer_attach()
803 WARN_ON(atomic_read(&sdiodev->freezer->freezing)); in brcmf_sdiod_freezer_detach()
815 atomic_set(&sdiodev->freezer->freezing, 1); in brcmf_sdiod_freezer_on()
830 atomic_set(&sdiodev->freezer->freezing, 0); in brcmf_sdiod_freezer_off()
836 return atomic_read(&sdiodev->freezer->freezing); in brcmf_sdiod_freezing()
/linux/fs/jffs2/
A Dbackground.c122 while (signal_pending(current) || freezing(current)) { in jffs2_garbage_collect_thread()
/linux/kernel/power/
A Dprocess.c103 && freezing(p) && !frozen(p)) in try_to_freeze_tasks()
A DKconfig27 Skip the kernel sys_sync() before freezing user processes.
/linux/drivers/char/tpm/st33zp24/
A Dst33zp24.c263 if (ret == -ERESTARTSYS && freezing(current)) in wait_for_stat()
281 } while (ret == -ERESTARTSYS && freezing(current)); in wait_for_stat()
/linux/kernel/cgroup/
A Dlegacy_freezer.c274 if (freezing(task)) { in update_if_frozen()
/linux/drivers/tty/serial/
A Dmax3100.c177 if (!s->force_end_work && !freezing(current) && !s->suspending) in max3100_dowork()
315 !freezing(current) && in max3100_work()
/linux/drivers/char/tpm/
A Dxen-tpmfront.c85 if (rc == -ERESTARTSYS && freezing(current)) { in wait_for_tpm_stat()
A Dtpm_tis_core.c78 if (rc == -ERESTARTSYS && freezing(current)) { in wait_for_tpm_stat()
174 if (rc == -ERESTARTSYS && freezing(current)) { in request_locality()
/linux/Documentation/admin-guide/pm/
A Dsleep-states.rst33 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
A Dsuspend-flows.rst74 resume, which can be much more precise than the freezing, so the latter is
/linux/Documentation/ABI/testing/
A Dsysfs-power336 number of times freezing processes failed.
421 filesystems during system suspend (after freezing user space
/linux/kernel/time/
A Dalarmtimer.c767 if (freezing(current)) in alarmtimer_do_nsleep()
/linux/fs/
A Dcoredump.c456 return fatal_signal_pending(current) || freezing(current); in dump_interrupted()
/linux/fs/jfs/
A Djfs_txnmgr.c2780 if (freezing(current)) { in jfs_lazycommit()
2969 if (freezing(current)) { in jfs_sync()
/linux/net/sunrpc/
A Dsvc_xprt.c726 if (freezing(current)) in rqst_should_sleep()

Completed in 63 milliseconds

12