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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Deventpoll.c1003 long jtimeout; local
1011 jtimeout = (timeout < 0 || timeout >= EP_MAX_MSTIMEO) ?
1035 if (!list_empty(&ep->rdllist) || !jtimeout)
1043 jtimeout = schedule_timeout(jtimeout);
1062 !(res = ep_send_events(ep, events, maxevents)) && jtimeout)

Completed in 154 milliseconds