Searched refs:new_nice (Results 1 – 2 of 2) sorted by relevance
128 lc->new_nice = PRIO_TO_NICE(sem->sbi->lock_duration_priority); in uplift_priority()129 if (lc->orig_nice <= lc->new_nice) in uplift_priority()131 set_user_nice(current, lc->new_nice); in uplift_priority()135 NICE_TO_PRIO(lc->orig_nice), NICE_TO_PRIO(lc->new_nice)); in uplift_priority()144 if (task_nice(current) != lc->new_nice) in restore_priority()149 NICE_TO_PRIO(lc->orig_nice), NICE_TO_PRIO(lc->new_nice)); in restore_priority()
1449 int new_nice; member