Home
last modified time | relevance | path

Searched refs:freezable (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/Documentation/power/
A Dfreezing-of-tasks.rst20 regarded as 'freezable' and treated in a special way before the system enters a
30 All freezable tasks must react to that by calling try_to_freeze(), which
44 signal-handling code, but the freezable kernel threads need to call it
48 calling try_to_freeze(). The main loop of a freezable kernel thread may look
61 If a freezable kernel thread fails to call try_to_freeze() after the freezer has
63 hibernation operation will be cancelled. For this reason, freezable kernel
93 III. Which kernel threads are freezable?
98 directly is not allowed). From this point it is regarded as freezable
119 to happen, they have to be freezable.
180 may be undesirable. That's why kernel threads are not freezable by default.
[all …]
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dfreezer-subsystem.rst97 The root cgroup is non-freezable and the above interface files don't
/linux-6.3-rc2/net/unix/
A Daf_unix.c2575 bool freezable) in unix_stream_data_wait() argument
2577 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
2706 bool freezable) in unix_stream_read_generic() argument
2797 last_len, freezable); in unix_stream_read_generic()
/linux-6.3-rc2/kernel/
A Dworkqueue.c3864 bool freezable = wq->flags & WQ_FREEZABLE; in pwq_adjust_max_active() local
3871 if (!freezable && pwq->max_active == wq->saved_max_active) in pwq_adjust_max_active()
3882 if (!freezable || !workqueue_freezing) { in pwq_adjust_max_active()
/linux-6.3-rc2/Documentation/core-api/
A Dworkqueue.rst185 A freezable wq participates in the freeze phase of the system

Completed in 21 milliseconds