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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_clock.c96 int tvtohz(struct timeval *tv);
252 tvtohz(struct timeval *tv) function
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_rmx.c136 extern int tvtohz(struct timeval *);
549 timeout(in6_rtqtimo, rock, tvtohz(&atv));
616 timeout(in6_mtutimo, rock, tvtohz(&atv));
/darwin-on-arm/xnu/bsd/netinet/
H A Din_rmx.c89 extern int tvtohz(struct timeval *);
472 timeout(in_rtqtimo_funnel, rock, tvtohz(&atv));
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c133 extern int tvtohz(struct timeval *);
1398 * Subtract 1 tick from tvtohz() since this isn't
1402 d->bd_rtout = tvtohz(&tv) - 1;
1415 * Subtract 1 tick from tvtohz() since this isn't
1419 d->bd_rtout = tvtohz(&tv) - 1;

Completed in 95 milliseconds