Searched defs:hz (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_clock.c117 int hz = 100; /* GET RID OF THIS !!! */ variable
[all...]
H A Dtty.c1901 tsleep(TSA_OLOWAT(tp), PZERO - 1, "ttoutq", hz); local
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dtime.h217 int hz; /* clock frequency */ member in struct:clockinfo
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_prefix.c1251 timeout(in6_rr_timer, (caddr_t)0, ip6_rr_prune * hz); local
H A Dnd6.c145 timeout(nd6_slowtimo, (caddr_t)0, ND6_SLOWTIMER_INTERVAL * hz); local
686 timeout(nd6_timer, (caddr_t)0, nd6_prune * hz); local
1943 timeout(nd6_slowtimo, (caddr_t)0, ND6_SLOWTIMER_INTERVAL * hz); local
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_arp.c197 timeout(arptimer, (caddr_t)0, arpt_prune * hz); local

Completed in 50 milliseconds