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.

Return

The nice value [ -20 ... 0 ... 19 ].