Searched refs:orig_nice (Results 1 – 2 of 2) sorted by relevance
128 lc->orig_nice = task_nice(current); in uplift_priority()130 if (lc->orig_nice <= lc->new_nice) in uplift_priority()136 NICE_TO_PRIO(lc->orig_nice), NICE_TO_PRIO(lc->new_nice)); in uplift_priority()147 set_user_nice(current, lc->orig_nice); in restore_priority()150 NICE_TO_PRIO(lc->orig_nice), NICE_TO_PRIO(lc->new_nice)); in restore_priority()
1463 int orig_nice; member