Added FIXME for SCHED_BATCH

This commit is contained in:
Michael Kerrisk 2006-03-12 01:39:10 +00:00
parent e1dda04bf6
commit af800319ee
3 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,7 @@ values are
.IR SCHED_RR ,
and
.IR SCHED_OTHER .
.\" FIXME 2.6.16-rc6 has SCHED_BATCH; this must be documented.
Processes with numerically higher priority values are scheduled before
processes with numerically lower priority values. Thus, the value

View File

@ -58,6 +58,7 @@ following three scheduling policies are supported under Linux:
.IR SCHED_RR ,
and
.IR SCHED_OTHER .
.\" FIXME 2.6.16-rc6 has SCHED_BATCH; this must be documented.
.BR sched_getparam ()
retrieves the scheduling parameters for the

View File

@ -147,6 +147,8 @@ its round robin time quantum. The length of the time quantum can be
retrieved by \fBsched_rr_get_interval\fP().
.\" On Linux 2.4, the length of the RR interval is influenced
.\" by the process nice value -- MTK
.\"
.\" FIXME 2.6.16-rc6 has SCHED_BATCH; this must be documented.
.SS SCHED_OTHER: Default Linux time-sharing scheduling
\fISCHED_OTHER\fP can only be used at static priority 0.