Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfreezer.h32 return p->flags & (PF_FROZEN | PF_FREEZER_SKIP); in frozen_or_skipped()
114 current->flags |= PF_FREEZER_SKIP; in freezer_do_not_count()
126 current->flags &= ~PF_FREEZER_SKIP; in freezer_count()
139 current->flags &= ~PF_FREEZER_SKIP; in freezer_count_unsafe()
164 return p->flags & PF_FREEZER_SKIP; in freezer_should_skip()
H A Dsched.h1590 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ macro
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts_initrd.c86 current->flags |= PF_FREEZER_SKIP; in handle_initrd()
94 current->flags &= ~PF_FREEZER_SKIP; in handle_initrd()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dmain.c26 current->flags |= PF_FREEZER_SKIP; in lock_system_sleep()
49 current->flags &= ~PF_FREEZER_SKIP; in unlock_system_sleep()
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dfreezing-of-tasks.rst18 and PF_FREEZER_SKIP (the last one is auxiliary). The tasks that have