Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_clock.c90 int tvtohz(struct timeval *tv);
275 tvtohz(struct timeval *tv) in tvtohz() function
/xnu-12377.81.4/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.c254 extern int tvtohz(struct timeval *);
1862 timeout(nd6_timeout, &nd6_fast_timer_on, tvtohz(atv)); in nd6_sched_timeout()
1871 tvtohz(atv), tvtohz(ltv)); in nd6_sched_timeout()
1884 timeout(nd6_timeout, &nd6_fast_timer_on, tvtohz(atv)); in nd6_sched_timeout()
/xnu-12377.81.4/bsd/netinet/
H A Din_rmx.c94 extern int tvtohz(struct timeval *);
660 timeout(in_rtqtimo, NULL, tvtohz(atv)); in in_sched_rtqtimo()
H A Din_arp.c175 extern int tvtohz(struct timeval *);
H A Din_pcb.c163 extern int tvtohz(struct timeval *);
/xnu-12377.81.4/bsd/net/
H A Dbpf.c142 extern int tvtohz(struct timeval *);
2319 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()
2337 d->bd_rtout = tvtohz(&tv) - 1; in bpfioctl()
H A Dnecp_client.c300 extern int tvtohz(struct timeval *);