Searched refs:PF_FREEZER_SKIP (Results 1 – 6 of 6) sorted by relevance
109 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()
1689 #define PF_FREEZER_SKIP 0x40000000 /* Freezer should not count it as freezable */ macro
86 current->flags |= PF_FREEZER_SKIP; in handle_initrd()94 current->flags &= ~PF_FREEZER_SKIP; in handle_initrd()
96 if (unlikely(t->flags & (PF_FROZEN | PF_FREEZER_SKIP))) in check_hung_task()
26 current->flags |= PF_FREEZER_SKIP; in lock_system_sleep()49 current->flags &= ~PF_FREEZER_SKIP; in unlock_system_sleep()
18 and PF_FREEZER_SKIP (the last one is auxiliary). The tasks that have
Completed in 15 milliseconds