Lines Matching refs:current
64 if (likely(!freezing(current))) {
72 if (!(current->flags & PF_NOFREEZE)) {
104 * freezer_do_not_count - tell freezer to ignore %current
106 * Tell freezers to ignore the current task when determining whether the
107 * target frozen state is reached. IOW, the current task will be
116 current->flags |= PF_FREEZER_SKIP;
120 * freezer_count - tell freezer to stop ignoring %current
122 * Undo freezer_do_not_count(). It tells freezers that %current should be
128 current->flags &= ~PF_FREEZER_SKIP;
141 current->flags &= ~PF_FREEZER_SKIP;