TASK_NICE

Section: Driver Basics (9)
Updated: February 2011
Index Return to Main Contents
 

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.
 

COPYRIGHT