Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dprocess.c146 current->flags |= PF_SUSPEND_TASK; in freeze_processes()
232 /* No other threads should have PF_SUSPEND_TASK set */ in thaw_processes()
233 WARN_ON((p != curr) && (p->flags & PF_SUSPEND_TASK)); in thaw_processes()
238 WARN_ON(!(curr->flags & PF_SUSPEND_TASK)); in thaw_processes()
239 curr->flags &= ~PF_SUSPEND_TASK; in thaw_processes()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h1696 #define PF_SUSPEND_TASK 0x80000000 /* This thread called freeze_processes() and should not be frozen */ macro

Completed in 5 milliseconds