Home
last modified time | relevance | path

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

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