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

/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;
120 current->flags &= ~PF_FREEZER_SKIP;
124 * freezing() or freezer_should_skip() sees !PF_FREEZER_SKIP.
133 current->flags &= ~PF_FREEZER_SKIP;
153 * see cleared %PF_FREEZER_SKIP and return %false. This makes it
155 * clearing %PF_FREEZER_SKIP.
158 return p->flags & PF_FREEZER_SKIP;
H A Dsuspend.h386 current->flags |= PF_FREEZER_SKIP;
407 current->flags &= ~PF_FREEZER_SKIP;
H A Dsched.h1930 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ macro

Completed in 90 milliseconds