Home
last modified time | relevance | path

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

/linux/Documentation/power/
H A Dfreezing-of-tasks.rst20 threads) are regarded as 'freezable' and treated in a special way before the
31 wakes up all the kernel threads. All freezable tasks must react to that by
45 signal-handling code, but the freezable kernel threads need to call it
49 freezer_active is set. The main loop of a freezable kernel thread may look
71 If a freezable kernel thread is not put to the frozen state after the freezer
73 entire system-wide transition will be cancelled. For this reason, freezable
103 III. Which kernel threads are freezable?
106 Kernel threads are not freezable by default. However, a kernel thread may clear
108 directly is not allowed). From this point it is regarded as freezable
130 to happen, they have to be freezable.
[all …]
/linux/net/unix/
H A Daf_unix.c2698 bool freezable) in unix_stream_data_wait() argument
2700 unsigned int state = TASK_INTERRUPTIBLE | freezable * TASK_FREEZABLE; in unix_stream_data_wait()
2894 bool freezable) in unix_stream_read_generic() argument
2985 last_len, freezable); in unix_stream_read_generic()