Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_clock.c90 int tvtohz(struct timeval *tv);
275 tvtohz(struct timeval *tv) in tvtohz() function
/xnu-11215.1.10/bsd/netinet6/
H A Din6_rmx.c132 extern int tvtohz(struct timeval *);
751 timeout(in6_rtqtimo, NULL, tvtohz(atv)); in in6_sched_rtqtimo()
H A Dnd6.c251 extern int tvtohz(struct timeval *);
1852 timeout(nd6_timeout, &nd6_fast_timer_on, tvtohz(atv)); in nd6_sched_timeout()
1861 tvtohz(atv), tvtohz(ltv)); in nd6_sched_timeout()
1874 timeout(nd6_timeout, &nd6_fast_timer_on, tvtohz(atv)); in nd6_sched_timeout()
/xnu-11215.1.10/bsd/netinet/
H A Din_rmx.c93 extern int tvtohz(struct timeval *);
659 timeout(in_rtqtimo, NULL, tvtohz(atv)); in in_sched_rtqtimo()
H A Din_arp.c174 extern int tvtohz(struct timeval *);
H A Din_pcb.c159 extern int tvtohz(struct timeval *);
/xnu-11215.1.10/bsd/net/
H A Dbpf.c142 extern int tvtohz(struct timeval *);
2299 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()
2317 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()
H A Dnecp_client.c293 extern int tvtohz(struct timeval *);