Searched refs:new_nice (Results 1 – 2 of 2) sorted by relevance
129 lc->new_nice = PRIO_TO_NICE(sem->sbi->lock_duration_priority); in uplift_priority()130 if (lc->orig_nice <= lc->new_nice) in uplift_priority()132 set_user_nice(current, lc->new_nice); in uplift_priority()136 NICE_TO_PRIO(lc->orig_nice), NICE_TO_PRIO(lc->new_nice)); in uplift_priority()145 if (task_nice(current) != lc->new_nice) in restore_priority()150 NICE_TO_PRIO(lc->orig_nice), NICE_TO_PRIO(lc->new_nice)); in restore_priority()
1464 int new_nice; member