Scroll to navigation

TASK_NICE(9) Driver Basics TASK_NICE(9)

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 ].

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16