Searched refs:__timeout (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dselect.c212 long __timeout; local
277 __timeout = MAX_SCHEDULE_TIMEOUT;
280 __timeout = MAX_SCHEDULE_TIMEOUT - 1;
281 *timeout -= __timeout;
283 __timeout = *timeout;
286 __timeout = schedule_timeout(__timeout);
288 *timeout += __timeout;
593 long __timeout; local
628 __timeout
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/char/
H A Dvmwatchdog.c58 register unsigned long __timeout asm("3") = timeout;
69 : "=d" (err) : "d"(__func), "d"(__timeout),

Completed in 41 milliseconds