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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfreezer.h75 * The PF_FREEZER_SKIP flag should be set by a vfork parent right before it
81 * PF_NOFREEZE if needed and PF_FREEZER_SKIP is only set for userland vfork
95 current->flags |= PF_FREEZER_SKIP;
105 current->flags &= ~PF_FREEZER_SKIP;
115 return !!(p->flags & PF_FREEZER_SKIP);
H A Dsched.h1352 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezeable */ macro

Completed in 94 milliseconds