Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dfreezer.c40 if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK)) in freezing_slow_path()
230 current->flags &= ~PF_NOFREEZE; in set_freezable()
H A Dkthread.c748 current->flags |= PF_NOFREEZE; in kthreadd()
/openbmc/linux/include/linux/
H A Dfreezer.h56 if (!(current->flags & PF_NOFREEZE)) in try_to_freeze()
H A Dsched.h1748 #define PF_NOFREEZE 0x00008000 /* This thread should not be frozen */ macro
/openbmc/linux/kernel/power/
H A Dmain.c55 current->flags |= PF_NOFREEZE; in lock_system_sleep()
79 if (!(flags & PF_NOFREEZE)) in unlock_system_sleep()
80 current->flags &= ~PF_NOFREEZE; in unlock_system_sleep()
/openbmc/linux/Documentation/power/
H A 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
/openbmc/linux/fs/
H A Dexec.c1321 PF_NOFREEZE | PF_NO_SETAFFINITY); in begin_new_exec()
/openbmc/linux/drivers/block/aoe/
H A Daoecmd.c1232 current->flags |= PF_NOFREEZE; in kthread()
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1091 current->flags |= PF_NOFREEZE; in lpfc_do_work()
/openbmc/linux/kernel/sched/
H A Dcore.c6713 current->flags |= PF_NOFREEZE; in do_task_dead()