Home
last modified time | relevance | path

Searched refs:PF_NOFREEZE (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/
H A Dfreezer.c40 if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK)) in freezing_slow_path()
233 current->flags &= ~PF_NOFREEZE; in set_freezable()
H A Dkthread.c749 current->flags |= PF_NOFREEZE; in kthreadd()
/linux/include/linux/
H A Dfreezer.h56 if (!(current->flags & PF_NOFREEZE)) in try_to_freeze()
H A Dsched.h1686 #define PF_NOFREEZE 0x00008000 /* This thread should not be frozen */ macro
/linux/kernel/power/
H A Dmain.c55 current->flags |= PF_NOFREEZE; in lock_system_sleep()
63 if (!(flags & PF_NOFREEZE)) in unlock_system_sleep()
64 current->flags &= ~PF_NOFREEZE; in unlock_system_sleep()
/linux/Documentation/power/
H A Dfreezing-of-tasks.rst17 There is one per-task flag (PF_NOFREEZE) and three per-task states
19 The tasks that have PF_NOFREEZE unset (all user space tasks and some kernel
107 PF_NOFREEZE for itself by calling set_freezable() (the resetting of PF_NOFREEZE
/linux/kernel/sched/
H A Dcore.c6770 current->flags |= PF_NOFREEZE; in do_task_dead()