Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
Dfreezer.c39 if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK)) in freezing_slow_path()
171 current->flags &= ~PF_NOFREEZE; in set_freezable()
Dkthread.c661 current->flags |= PF_NOFREEZE; in kthreadd()
/kernel/linux/linux-5.10/include/linux/
Dfreezer.h65 if (!(current->flags & PF_NOFREEZE)) in try_to_freeze()
Dsched.h1701 #define PF_NOFREEZE 0x00008000 /* This thread should not be frozen */ macro
/kernel/linux/linux-5.10/Documentation/power/
Dfreezing-of-tasks.rst17 There are three per-task flags used for that, PF_NOFREEZE, PF_FROZEN
19 PF_NOFREEZE unset (all user space processes and some kernel threads) are
97 PF_NOFREEZE for itself by calling set_freezable() (the resetting of PF_NOFREEZE
/kernel/linux/linux-5.10/fs/
Dexec.c1318 PF_NOFREEZE | PF_NO_SETAFFINITY); in begin_new_exec()
/kernel/linux/linux-5.10/drivers/block/aoe/
Daoecmd.c1232 current->flags |= PF_NOFREEZE; in kthread()
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c4757 current->flags |= PF_NOFREEZE; in do_task_dead()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
Dlpfc_hbadisc.c763 current->flags |= PF_NOFREEZE; in lpfc_do_work()