Home
last modified time | relevance | path

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

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

Completed in 15 milliseconds