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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_clock.c117 int hz = 100; /* GET RID OF THIS !!! */ variable
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dtime.h202 int hz; /* clock frequency */ member in struct:clockinfo
/darwin-on-arm/xnu/osfmk/arm/
H A Drtclock.c276 void rtc_configure(uint64_t hz) argument
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_apq8060.c106 uint64_t hz = 67500 * 4; local
H A Dpe_omap335x.c90 uint64_t hz = 3276800; local
H A Dpe_realview.c74 uint64_t hz = 1000000; // Proper default rate. local
H A Dpe_s5l8930x.c124 uint64_t hz = 24000000; local
H A Dpe_omap3430.c99 uint64_t hz = 327680; local
H A Dpe_omap3530.c87 uint64_t hz = 3276800; local
H A Dpe_s5l8900x.c127 uint64_t hz = 12000000; local
/darwin-on-arm/xnu/bsd/netinet/
H A Din_arp.c572 timeout(arptimer, (caddr_t)0, arpt_prune * hz); local
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c275 timeout(nd6_slowtimo, (caddr_t)0, ND6_SLOWTIMER_INTERVAL * hz); local
1110 timeout(nd6_timer, (caddr_t)0, nd6_prune * hz); local
2924 timeout(nd6_slowtimo, (caddr_t)0, ND6_SLOWTIMER_INTERVAL * hz); local

Completed in 107 milliseconds