Home
last modified time | relevance | path

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

/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/power/
H A Dmain.c70 current->flags |= PF_NOFREEZE; in lock_system_sleep()
78 if (!(flags & PF_NOFREEZE)) in unlock_system_sleep()
79 current->flags &= ~PF_NOFREEZE; in unlock_system_sleep()
/linux/kernel/
H A Dkthread.c797 current->flags |= PF_NOFREEZE; in kthreadd()
/linux/include/linux/
H A Dsched.h1810 #define PF_NOFREEZE 0x00008000 /* This thread should not be frozen */ macro
/linux/fs/
H A Dexec.c1238 PF_NOFREEZE | PF_NO_SETAFFINITY); in begin_new_exec()
/linux/drivers/block/aoe/
H A Daoecmd.c1236 current->flags |= PF_NOFREEZE; in kthread()
/linux/kernel/sched/
H A Dcore.c7300 current->flags |= PF_NOFREEZE; in do_task_dead()