Searched refs:PF_FROZEN (Results 1 – 5 of 5) sorted by relevance
72 current->flags |= PF_FROZEN; in __refrigerator()75 current->flags &= ~PF_FROZEN; in __refrigerator()78 if (!(current->flags & PF_FROZEN)) in __refrigerator()
83 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) in check_hung_task()
26 return p->flags & PF_FROZEN; in frozen()
243 (task->flags & PF_FROZEN) == 0)1980 #define PF_FROZEN 0x00010000 /* frozen for system suspend */ macro
12 There are three per-task flags used for that, PF_NOFREEZE, PF_FROZEN27 the task's PF_FROZEN flag, changes its state to TASK_UNINTERRUPTIBLE and makes28 it loop until PF_FROZEN is cleared for it. Then, we say that the task is64 order to clear the PF_FROZEN flag for each frozen task. Then, the tasks that