Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dselect.c168 long __timeout = *timeout; in do_select() local
180 if (!__timeout) in do_select()
218 if (retval || !__timeout || signal_pending(current)) in do_select()
224 __timeout = schedule_timeout(__timeout); in do_select()
233 *timeout = __timeout; in do_select()
/linux-2.4.37.9/net/bridge/
Dbr_fdb.c23 static __inline__ unsigned long __timeout(struct net_bridge *br) in __timeout() function
38 time_before_eq(fdb->ageing_timer, __timeout(br))) in has_expired()
123 timeout = __timeout(br); in br_fdb_cleanup()