Searched refs:PF_FREEZER_SKIP (Results 1 – 6 of 6) sorted by relevance
108 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()
401 current->flags |= PF_FREEZER_SKIP; in lock_system_sleep()422 current->flags &= ~PF_FREEZER_SKIP; in unlock_system_sleep()
1991 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ macro
72 current->flags |= PF_FREEZER_SKIP; in handle_initrd()80 current->flags &= ~PF_FREEZER_SKIP; in handle_initrd()
83 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) in check_hung_task()
13 and PF_FREEZER_SKIP (the last one is auxiliary). The tasks that have