Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h1714 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ macro
/kernel/linux/linux-5.10/init/
Ddo_mounts_initrd.c86 current->flags |= PF_FREEZER_SKIP; in handle_initrd()
94 current->flags &= ~PF_FREEZER_SKIP; in handle_initrd()
/kernel/linux/linux-5.10/kernel/
Dhung_task.c104 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) in check_hung_task()
/kernel/linux/linux-5.10/kernel/power/
Dmain.c26 current->flags |= PF_FREEZER_SKIP; in lock_system_sleep()
49 current->flags &= ~PF_FREEZER_SKIP; in unlock_system_sleep()
/kernel/linux/linux-5.10/Documentation/power/
Dfreezing-of-tasks.rst18 and PF_FREEZER_SKIP (the last one is auxiliary). The tasks that have
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch1481 + return p->flags & (PF_FROZEN | PF_FREEZER_SKIP);