Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dfreezer.c72 current->flags |= PF_FROZEN; in __refrigerator()
75 current->flags &= ~PF_FROZEN; in __refrigerator()
78 if (!(current->flags & PF_FROZEN)) in __refrigerator()
Dhung_task.c83 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) in check_hung_task()
/linux-4.1.27/include/linux/
Dfreezer.h26 return p->flags & PF_FROZEN; in frozen()
Dsched.h243 (task->flags & PF_FROZEN) == 0)
1980 #define PF_FROZEN 0x00010000 /* frozen for system suspend */ macro
/linux-4.1.27/Documentation/power/
Dfreezing-of-tasks.txt12 There are three per-task flags used for that, PF_NOFREEZE, PF_FROZEN
27 the task's PF_FROZEN flag, changes its state to TASK_UNINTERRUPTIBLE and makes
28 it loop until PF_FROZEN is cleared for it. Then, we say that the task is
64 order to clear the PF_FROZEN flag for each frozen task. Then, the tasks that