on July 19, 2007 - 1:24am
.\" Title: task_nice
.\" Author:
.\" Generator: DocBook XSL Stylesheets v1.70.1
.\" Date: July 2007
.\" Manual: Driver Basics
.\" Source: Kernel Hackers Manual 2.6.22
.\"
.TH "TASK_NICE" "9" "July 2007" "Kernel Hackers Manual 2.6.22" "Driver Basics"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
.ad l
.SH "NAME"
task_nice \- return the nice value of a given task.
.SH "SYNOPSIS"
.HP 14
.BI "int task_nice(const\ struct\ task_struct\ *\ " "p" ");"
.SH "ARGUMENTS"
.TP 3n
\fIp\fR
the task in question.
.SH "COPYRIGHT"