Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/power/ !
Dprocess.c127 current->flags |= PF_SUSPEND_TASK; in freeze_processes()
207 WARN_ON((p != curr) && (p->flags & PF_SUSPEND_TASK)); in thaw_processes()
212 WARN_ON(!(curr->flags & PF_SUSPEND_TASK)); in thaw_processes()
213 curr->flags &= ~PF_SUSPEND_TASK; in thaw_processes()
/linux-6.1.9/kernel/ !
Dfreezer.c40 if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK)) in freezing_slow_path()
/linux-6.1.9/include/linux/ !
Dsched.h1750 #define PF_SUSPEND_TASK 0x80000000 /* This thread called freeze_processes() and should not be… macro