Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > by-pkgid > 98e91bc877e03cf3582cd163550eb7e3 > files > 308

kernel-doc-html-2.4.19-16mdk.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<HTML
><HEAD
><TITLE
>schedule_timeout</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="The Linux Kernel API"
HREF="book1.html"><LINK
REL="UP"
TITLE="Delaying, scheduling, and timer routines"
HREF="x446.html"><LINK
REL="PREVIOUS"
TITLE="Delaying, scheduling, and timer routines"
HREF="x446.html"><LINK
REL="NEXT"
TITLE="reparent_to_init"
HREF="r488.html"></HEAD
><BODY
CLASS="REFENTRY"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Linux Kernel API</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x446.html"
ACCESSKEY="P"
>&#60;&#60;&#60; Previous</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="r488.html"
ACCESSKEY="N"
>Next &#62;&#62;&#62;</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="AEN448"
></A
><SPAN
CLASS="phrase"
><SPAN
CLASS="PHRASE"
>schedule_timeout</SPAN
></SPAN
></H1
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN452"
></A
><H2
>Name</H2
>schedule_timeout&nbsp;--&nbsp;   sleep until timeout
 </DIV
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN455"
></A
><H2
>Synopsis</H2
><DIV
CLASS="FUNCSYNOPSIS"
><A
NAME="AEN457"
></A
><P
></P
><P
><CODE
><CODE
CLASS="FUNCDEF"
>signed long <TT
CLASS="FUNCTION"
>schedule_timeout </TT
></CODE
>(signed long <TT
CLASS="PARAMETER"
><I
>timeout</I
></TT
>);</CODE
></P
><P
></P
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN463"
></A
><H2
>Arguments</H2
><P
></P
><DIV
CLASS="VARIABLELIST"
><DL
><DT
><TT
CLASS="PARAMETER"
><I
>timeout</I
></TT
></DT
><DD
><P
>      timeout value in jiffies
    </P
></DD
></DL
></DIV
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN471"
></A
><H2
>Description</H2
><P
>   Make the current task sleep until <TT
CLASS="PARAMETER"
><I
>timeout</I
></TT
> jiffies have
   elapsed. The routine will return immediately unless
   the current task state has been set (see <TT
CLASS="FUNCTION"
>set_current_state</TT
>).
   </P
><P
>&#13;   You can set the task state as follows -
   </P
><P
>&#13;   <TT
CLASS="CONSTANT"
>TASK_UNINTERRUPTIBLE</TT
> - at least <TT
CLASS="PARAMETER"
><I
>timeout</I
></TT
> jiffies are guaranteed to
   pass before the routine returns. The routine will return 0
   </P
><P
>&#13;   <TT
CLASS="CONSTANT"
>TASK_INTERRUPTIBLE</TT
> - the routine may return early if a signal is
   delivered to the current task. In this case the remaining time
   in jiffies will be returned, or 0 if the timer expired in time
   </P
><P
>&#13;   The current task state is guaranteed to be TASK_RUNNING when this 
   routine returns.
   </P
><P
>&#13;   Specifying a <TT
CLASS="PARAMETER"
><I
>timeout</I
></TT
> value of <TT
CLASS="CONSTANT"
>MAX_SCHEDULE_TIMEOUT</TT
> will schedule
   the CPU away without a bound on the timeout. In this case the return
   value will be <TT
CLASS="CONSTANT"
>MAX_SCHEDULE_TIMEOUT</TT
>.
   </P
><P
>&#13;   In all cases the return value is guaranteed to be non-negative.
 </P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="x446.html"
ACCESSKEY="P"
>&#60;&#60;&#60; Previous</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="book1.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="r488.html"
ACCESSKEY="N"
>Next &#62;&#62;&#62;</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Delaying, scheduling, and timer routines</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="x446.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><SPAN
CLASS="phrase"
><SPAN
CLASS="PHRASE"
>reparent_to_init</SPAN
></SPAN
></TD
></TR
></TABLE
></DIV
></BODY
></HTML
>