Searched refs:PF_SUSPEND_TASK (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/power/
H A Dprocess.c130 current->flags |= PF_SUSPEND_TASK;
201 /* No other threads should have PF_SUSPEND_TASK set */
202 WARN_ON((p != curr) && (p->flags & PF_SUSPEND_TASK));
207 WARN_ON(!(curr->flags & PF_SUSPEND_TASK));
208 curr->flags &= ~PF_SUSPEND_TASK;
/linux-master/kernel/
H A Dfreezer.c40 if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK))
/linux-master/include/linux/
H A Dsched.h1651 #define PF_SUSPEND_TASK 0x80000000 /* This thread called freeze_processes() and should not be frozen */ macro

Completed in 130 milliseconds