Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfreezer.h109 current->flags |= PF_FREEZER_SKIP; in freezer_do_not_count()
121 current->flags &= ~PF_FREEZER_SKIP; in freezer_count()
134 current->flags &= ~PF_FREEZER_SKIP; in freezer_count_unsafe()
159 return p->flags & PF_FREEZER_SKIP; in freezer_should_skip()
Dsched.h1408 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ macro