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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_clock.c96 int tvtohz(struct timeval *tv);
252 tvtohz(struct timeval *tv) function
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_rmx.c134 extern int tvtohz(struct timeval *);
442 timeout(in6_rtqtimo, rock, tvtohz(&atv));
505 timeout(in6_mtutimo, rock, tvtohz(&atv));
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_rmx.c86 extern int tvtohz(struct timeval *);
415 timeout(in_rtqtimo_funnel, rock, tvtohz(&atv));
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.c125 extern int tvtohz(struct timeval *);
1126 * Subtract 1 tick from tvtohz() since this isn't
1130 d->bd_rtout = tvtohz(tv) - 1;

Completed in 33 milliseconds