1TASK_NICE(9) Driver Basics TASK_NICE(9)
23
4
NAME
6task_nice - return the nice value of a given task.
7
SYNOPSIS
9int task_nice(const struct task_struct * p);
10
ARGUMENTS
12p
13the task in question.
14
RETURN
16The nice value [ -20 ... 0 ... 19 ].
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 TASK_NICE(9)