PF_FREEZER_SKIP   109 include/linux/freezer.h 	current->flags |= PF_FREEZER_SKIP;
PF_FREEZER_SKIP   121 include/linux/freezer.h 	current->flags &= ~PF_FREEZER_SKIP;
PF_FREEZER_SKIP   134 include/linux/freezer.h 	current->flags &= ~PF_FREEZER_SKIP;
PF_FREEZER_SKIP   159 include/linux/freezer.h 	return p->flags & PF_FREEZER_SKIP;
PF_FREEZER_SKIP    81 init/do_mounts_initrd.c 	current->flags |= PF_FREEZER_SKIP;
PF_FREEZER_SKIP    89 init/do_mounts_initrd.c 	current->flags &= ~PF_FREEZER_SKIP;
PF_FREEZER_SKIP    96 kernel/hung_task.c 	if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP)))
PF_FREEZER_SKIP    26 kernel/power/main.c 	current->flags |= PF_FREEZER_SKIP;
PF_FREEZER_SKIP    49 kernel/power/main.c 	current->flags &= ~PF_FREEZER_SKIP;