tag
line
file
source code
nice
643
fs/proc/array.c
long priority, nice;
nice
690
fs/proc/array.c
nice = tsk->priority;
nice
691
fs/proc/array.c
nice = 20 - (nice * 20 + DEF_PRIORITY / 2) / DEF_PRIORITY;
nice
714
fs/proc/array.c
nice,