Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/power/
Dfreezing-of-tasks.txt15 regarded as 'freezable' and treated in a special way before the system enters a
25 All freezable tasks must react to that by calling try_to_freeze(), which
39 signal-handling code, but the freezable kernel threads need to call it
43 calling try_to_freeze(). The main loop of a freezable kernel thread may look
56 If a freezable kernel thread fails to call try_to_freeze() after the freezer has
58 hibernation operation will be cancelled. For this reason, freezable kernel
88 III. Which kernel threads are freezable?
90 Kernel threads are not freezable by default. However, a kernel thread may clear
92 directly is not allowed). From this point it is regarded as freezable
111 may cause something like this to happen, they have to be freezable.
[all …]
/linux-4.1.27/Documentation/cgroups/
Dfreezer-subsystem.txt93 The root cgroup is non-freezable and the above interface files don't
/linux-4.1.27/kernel/
Dworkqueue.c3382 bool freezable = wq->flags & WQ_FREEZABLE; in pwq_adjust_max_active() local
3388 if (!freezable && pwq->max_active == wq->saved_max_active) in pwq_adjust_max_active()
3398 if (!freezable || !workqueue_freezing) { in pwq_adjust_max_active()
/linux-4.1.27/Documentation/
Dworkqueue.txt189 A freezable wq participates in the freeze phase of the system