Searched refs:PF_FROZEN (Results 1 – 6 of 6) sorted by relevance
69 current->flags |= PF_FROZEN; in __refrigerator()72 current->flags &= ~PF_FROZEN; in __refrigerator()75 if (!(current->flags & PF_FROZEN)) in __refrigerator()
98 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) in check_hung_task()
27 return p->flags & PF_FROZEN; in frozen()
1705 #define PF_FROZEN 0x00010000 /* Frozen for system suspend */ macro
17 There are three per-task flags used for that, PF_NOFREEZE, PF_FROZEN32 the task's PF_FROZEN flag, changes its state to TASK_UNINTERRUPTIBLE and makes33 it loop until PF_FROZEN is cleared for it. Then, we say that the task is69 order to clear the PF_FROZEN flag for each frozen task. Then, the tasks that
6406 !(prev->flags & PF_FROZEN); in __schedule()