Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dfreezer.c74 current->flags |= PF_FROZEN; in __refrigerator()
77 current->flags &= ~PF_FROZEN; in __refrigerator()
80 if (!(current->flags & PF_FROZEN)) in __refrigerator()
Dhung_task.c93 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) in check_hung_task()
/Linux-v4.19/include/linux/
Dfreezer.h27 return p->flags & PF_FROZEN; in frozen()
Dsched.h111 (task->flags & PF_FROZEN) == 0 && \
1384 #define PF_FROZEN 0x00010000 /* Frozen for system suspend */ macro
/Linux-v4.19/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