PF_NOFREEZE       565 crypto/cryptd.c 	current->flags |= PF_NOFREEZE;
PF_NOFREEZE       127 include/linux/freezer.h 	current->flags &= ~PF_NOFREEZE;
PF_NOFREEZE       136 include/linux/freezer.h 	current->flags &= ~(PF_NOFREEZE | PF_FREEZER_NOSIG);
PF_NOFREEZE       432 kernel/exit.c  	current->flags |= (PF_NOFREEZE | PF_KTHREAD);
PF_NOFREEZE       238 kernel/kthread.c 	current->flags |= PF_NOFREEZE | PF_FREEZER_NOSIG;
PF_NOFREEZE        25 kernel/power/process.c 	    (p->flags & PF_NOFREEZE) ||
PF_NOFREEZE        36 kernel/power/process.c 	if (!unlikely(current->flags & PF_NOFREEZE)) {