Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfreezer.h108 current->flags |= PF_FREEZER_SKIP; in freezer_do_not_count()
120 current->flags &= ~PF_FREEZER_SKIP; in freezer_count()
133 current->flags &= ~PF_FREEZER_SKIP; in freezer_count_unsafe()
158 return p->flags & PF_FREEZER_SKIP; in freezer_should_skip()
Dsuspend.h401 current->flags |= PF_FREEZER_SKIP; in lock_system_sleep()
422 current->flags &= ~PF_FREEZER_SKIP; in unlock_system_sleep()
Dsched.h1991 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ macro
/linux-4.1.27/init/
Ddo_mounts_initrd.c72 current->flags |= PF_FREEZER_SKIP; in handle_initrd()
80 current->flags &= ~PF_FREEZER_SKIP; in handle_initrd()
/linux-4.1.27/kernel/
Dhung_task.c83 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) in check_hung_task()
/linux-4.1.27/Documentation/power/
Dfreezing-of-tasks.txt13 and PF_FREEZER_SKIP (the last one is auxiliary). The tasks that have