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

/linux-master/include/linux/
H A Dfreezer.h56 if (!(current->flags & PF_NOFREEZE))
H A Dsched.h1633 #define PF_NOFREEZE 0x00008000 /* This thread should not be frozen */ macro
/linux-master/kernel/
H A Dfreezer.c40 if (p->flags & (PF_NOFREEZE | PF_SUSPEND_TASK))
228 current->flags &= ~PF_NOFREEZE;
H A Dkthread.c746 current->flags |= PF_NOFREEZE;
/linux-master/kernel/power/
H A Dmain.c55 current->flags |= PF_NOFREEZE;
63 if (!(flags & PF_NOFREEZE))
64 current->flags &= ~PF_NOFREEZE;
/linux-master/drivers/block/aoe/
H A Daoecmd.c1224 current->flags |= PF_NOFREEZE;
/linux-master/fs/
H A Dexec.c1336 PF_NOFREEZE | PF_NO_SETAFFINITY);
/linux-master/kernel/sched/
H A Dcore.c6760 current->flags |= PF_NOFREEZE;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1090 current->flags |= PF_NOFREEZE;

Completed in 190 milliseconds