Searched refs:freezable (Results 1 – 5 of 5) sorted by relevance
20 regarded as 'freezable' and treated in a special way before the system enters a30 All freezable tasks must react to that by calling try_to_freeze(), which44 signal-handling code, but the freezable kernel threads need to call it48 calling try_to_freeze(). The main loop of a freezable kernel thread may look61 If a freezable kernel thread fails to call try_to_freeze() after the freezer has63 hibernation operation will be cancelled. For this reason, freezable kernel93 III. Which kernel threads are freezable?96 Kernel threads are not freezable by default. However, a kernel thread may clear98 directly is not allowed). From this point it is regarded as freezable119 to happen, they have to be freezable.[all …]
97 The root cgroup is non-freezable and the above interface files don't
2529 bool freezable) in unix_stream_data_wait() argument2550 if (freezable) in unix_stream_data_wait()2663 bool freezable) in unix_stream_read_generic() argument2754 last_len, freezable); in unix_stream_read_generic()
3744 bool freezable = wq->flags & WQ_FREEZABLE; in pwq_adjust_max_active() local3751 if (!freezable && pwq->max_active == wq->saved_max_active) in pwq_adjust_max_active()3762 if (!freezable || !workqueue_freezing) { in pwq_adjust_max_active()
185 A freezable wq participates in the freeze phase of the system