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

/linux-4.1.27/kernel/
H A Dfreezer.c42 if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK)) freezing_slow_path()
174 current->flags &= ~PF_NOFREEZE; set_freezable()
H A Dkthread.c493 current->flags |= PF_NOFREEZE; kthreadd()
H A Dexit.c823 tsk->flags |= PF_NOFREEZE; /* tell freezer to ignore us */ do_exit()
/linux-4.1.27/include/linux/
H A Dfreezer.h64 if (!(current->flags & PF_NOFREEZE)) try_to_freeze()
88 * PF_NOFREEZE if needed. Fortunately, in the ____call_usermodehelper() case the
H A Dsched.h1979 #define PF_NOFREEZE 0x00008000 /* this thread should not be frozen */ macro
/linux-4.1.27/drivers/block/aoe/
H A Daoecmd.c1295 current->flags |= PF_NOFREEZE; kthread()
/linux-4.1.27/fs/
H A Dexec.c1107 PF_NOFREEZE | PF_NO_SETAFFINITY); flush_old_exec()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c2001 current->flags |= PF_NOFREEZE; srpt_compl_thread()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c764 current->flags |= PF_NOFREEZE; lpfc_do_work()

Completed in 826 milliseconds