Searched refs:PF_FROZEN (Results 1 – 9 of 9) 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()
104 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) in check_hung_task()
288 if (unlikely(p->flags & PF_FROZEN)) { in show_block_task()398 if (task->flags & PF_FROZEN) in do_show_task()442 if (task->flags & PF_FROZEN) in refresh_task()593 if (!dump_and_upload && task->flags & PF_FROZEN) { in dump_task_wa()655 if (task->flags & PF_FROZEN) in check_conditions()
47 if (p->flags & PF_FROZEN) { in htuser_show_task()
27 return p->flags & PF_FROZEN; in frozen()
1702 #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
1476 return p->flags & PF_FROZEN;1481 + return p->flags & (PF_FROZEN | PF_FREEZER_SKIP);
4678 !(prev->flags & PF_FROZEN); in __schedule()