PF_FREEZER_SKIP 99 include/linux/freezer.h current->flags |= PF_FREEZER_SKIP; PF_FREEZER_SKIP 109 include/linux/freezer.h current->flags &= ~PF_FREEZER_SKIP; PF_FREEZER_SKIP 119 include/linux/freezer.h return !!(p->flags & PF_FREEZER_SKIP); PF_FREEZER_SKIP 62 init/do_mounts_initrd.c current->flags |= PF_FREEZER_SKIP; PF_FREEZER_SKIP 69 init/do_mounts_initrd.c current->flags &= ~PF_FREEZER_SKIP;