1TASK_NICE(9) Driver Basics TASK_NICE(9) 2 3 4
TASK_NICE(9) Driver Basics TASK_NICE(9)
6 task_nice - return the nice value of a given task. 7
task_nice - return the nice value of a given task.
9 int task_nice(const struct task_struct * p); 10
int task_nice(const struct task_struct * p);
12 p 13 the task in question. 14
p
the task in question.
16Kernel Hackers Manual 2.6. June 2019 TASK_NICE(9)
Kernel Hackers Manual 2.6. June 2019 TASK_NICE(9)