Home
last modified time | relevance | path

Searched defs:schedule_timeout (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dcompatmac.h109 #define schedule_timeout(to) do {current->timeout = jiffies + (to);schedule ();} while (0) macro
/linux-2.4.37.9/kernel/
Dsched.c408 signed long fastcall schedule_timeout(signed long timeout) in schedule_timeout() function
/linux-2.4.37.9/drivers/char/
Dip2main.c219 #define schedule_timeout(a){current->timeout = jiffies + (a); schedule();} macro
/linux-2.4.37.9/include/linux/mtd/
Dcompatmac.h160 #define schedule_timeout(to) do {current->timeout = jiffies + (to);schedule ();} while (0) macro