Searched refs:PF_FREEZER_SKIP (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
H A Dfreezer.h82 * The PF_FREEZER_SKIP flag should be set by a vfork parent right before it
108 current->flags |= PF_FREEZER_SKIP; freezer_do_not_count()
120 current->flags &= ~PF_FREEZER_SKIP; freezer_count()
124 * freezing() or freezer_should_skip() sees !PF_FREEZER_SKIP. freezer_count()
133 current->flags &= ~PF_FREEZER_SKIP; freezer_count_unsafe()
153 * see cleared %PF_FREEZER_SKIP and return %false. This makes it freezer_should_skip()
155 * clearing %PF_FREEZER_SKIP. freezer_should_skip()
158 return p->flags & PF_FREEZER_SKIP; freezer_should_skip()
H A Dsuspend.h401 current->flags |= PF_FREEZER_SKIP; lock_system_sleep()
422 current->flags &= ~PF_FREEZER_SKIP; unlock_system_sleep()
H A Dsched.h1991 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ macro
/linux-4.1.27/init/
H A Ddo_mounts_initrd.c72 current->flags |= PF_FREEZER_SKIP; handle_initrd()
80 current->flags &= ~PF_FREEZER_SKIP; handle_initrd()
/linux-4.1.27/kernel/
H A Dhung_task.c83 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) check_hung_task()

Completed in 138 milliseconds