task_nice
Prev
Delaying, scheduling, and timer routines
Next
Name
task_nice — return the nice value of a given task.
Synopsis
int
task_nice
(
const struct task_struct *
p
)
;
Arguments
p
the task in question.