tag
line
file
source code
nice
451
fs/proc/array.c
long priority, nice;
nice
498
fs/proc/array.c
nice = tsk->priority;
nice
499
fs/proc/array.c
nice = 20 - (nice * 20 + DEF_PRIORITY / 2) / DEF_PRIORITY;
nice
522
fs/proc/array.c
nice,