Home
last modified time | relevance | path

Searched refs:tvtohz (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_clock.c90 int tvtohz(struct timeval *tv);
275 tvtohz(struct timeval *tv) in tvtohz() function
/xnu-8792.41.9/bsd/netinet6/
H A Din6_rmx.c130 extern int tvtohz(struct timeval *);
748 timeout(in6_rtqtimo, NULL, tvtohz(atv)); in in6_sched_rtqtimo()
H A Dnd6.c254 extern int tvtohz(struct timeval *);
1834 timeout(nd6_timeout, &nd6_fast_timer_on, tvtohz(atv)); in nd6_sched_timeout()
1843 tvtohz(atv), tvtohz(ltv)); in nd6_sched_timeout()
1856 timeout(nd6_timeout, &nd6_fast_timer_on, tvtohz(atv)); in nd6_sched_timeout()
/xnu-8792.41.9/bsd/netinet/
H A Din_rmx.c91 extern int tvtohz(struct timeval *);
659 timeout(in_rtqtimo, NULL, tvtohz(atv)); in in_sched_rtqtimo()
H A Din_arp.c173 extern int tvtohz(struct timeval *);
H A Din_pcb.c151 extern int tvtohz(struct timeval *);
/xnu-8792.41.9/bsd/net/
H A Dbpf.c138 extern int tvtohz(struct timeval *);
2043 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()
2061 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()
H A Dnecp_client.c288 extern int tvtohz(struct timeval *);