Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dfreezer.c42 if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK)) in freezing_slow_path()
174 current->flags &= ~PF_NOFREEZE; in set_freezable()
Dkthread.c493 current->flags |= PF_NOFREEZE; in kthreadd()
Dexit.c823 tsk->flags |= PF_NOFREEZE; /* tell freezer to ignore us */ in do_exit()
/linux-4.1.27/include/linux/
Dfreezer.h64 if (!(current->flags & PF_NOFREEZE)) in try_to_freeze()
Dsched.h1979 #define PF_NOFREEZE 0x00008000 /* this thread should not be frozen */ macro
/linux-4.1.27/Documentation/power/
Dfreezing-of-tasks.txt12 There are three per-task flags used for that, PF_NOFREEZE, PF_FROZEN
14 PF_NOFREEZE unset (all user space processes and some kernel threads) are
91 PF_NOFREEZE for itself by calling set_freezable() (the resetting of PF_NOFREEZE
/linux-4.1.27/fs/
Dexec.c1107 PF_NOFREEZE | PF_NO_SETAFFINITY); in flush_old_exec()
/linux-4.1.27/drivers/block/aoe/
Daoecmd.c1295 current->flags |= PF_NOFREEZE; in kthread()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c2001 current->flags |= PF_NOFREEZE; in srpt_compl_thread()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_hbadisc.c764 current->flags |= PF_NOFREEZE; in lpfc_do_work()