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

/linux-4.1.27/kernel/power/
H A Dprocess.c127 current->flags |= PF_SUSPEND_TASK; freeze_processes()
203 /* No other threads should have PF_SUSPEND_TASK set */ for_each_process_thread()
204 WARN_ON((p != curr) && (p->flags & PF_SUSPEND_TASK)); for_each_process_thread()
209 WARN_ON(!(curr->flags & PF_SUSPEND_TASK));
210 curr->flags &= ~PF_SUSPEND_TASK;
/linux-4.1.27/kernel/
H A Dfreezer.c42 if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK)) freezing_slow_path()
/linux-4.1.27/include/linux/
H A Dsched.h1992 #define PF_SUSPEND_TASK 0x80000000 /* this thread called freeze_processes and should not be frozen */ macro

Completed in 150 milliseconds