Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dfreezer.h32 return p->flags & (PF_FROZEN | PF_FREEZER_SKIP); in frozen_or_skipped()
91 * The PF_FREEZER_SKIP flag should be set by a vfork parent right before it
116 current->flags |= PF_FREEZER_SKIP; in freezer_do_not_count()
128 current->flags &= ~PF_FREEZER_SKIP; in freezer_count()
132 * freezing() or freezer_should_skip() sees !PF_FREEZER_SKIP. in freezer_count()
141 current->flags &= ~PF_FREEZER_SKIP; in freezer_count_unsafe()
161 * see cleared %PF_FREEZER_SKIP and return %false. This makes it in freezer_should_skip()
163 * clearing %PF_FREEZER_SKIP. in freezer_should_skip()
166 return p->flags & PF_FREEZER_SKIP; in freezer_should_skip()
H A Dsched.h1695 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ macro

Completed in 5 milliseconds