Home
last modified time | relevance | path

Searched refs:new_nice (Results 1 – 2 of 2) sorted by relevance

/linux/fs/f2fs/
H A Dcheckpoint.c128 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()
H A Df2fs.h1449 int new_nice; member