Home
last modified time | relevance | path

Searched refs:NS_PER_TICK (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/arch/bebox/stand/boot/
Dclock.c63 tb += (n * 1000 + NS_PER_TICK - 1) / NS_PER_TICK; in delay()
Dboot.h4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC) macro
/netbsd/src/sys/arch/rs6000/stand/boot/
Dboot.h4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC) macro
Dclock.c42 u_long ns_per_tick = NS_PER_TICK;
/netbsd/src/sys/arch/prep/stand/boot/
Dboot.h4 #define NS_PER_TICK (1000000000 / TICKS_PER_SEC) macro
Dclock.c42 u_long ns_per_tick = NS_PER_TICK;
/netbsd/src/sys/arch/xen/xen/
Dxen_clock.c71 #define NS_PER_TICK ((uint64_t)1000000000ULL/hz) macro
767 NS_PER_TICK); in xen_resumeclocks()
792 const uint64_t ns_per_tick = NS_PER_TICK; in xen_timer_handler()