Searched refs:UCLOCKS_PER_SEC (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbsd_timer.c68 #define UCLOCKS_PER_SEC 1000000 /* Clock ticks per second */ macro
513 actual = ((end-event->start)/((uclock_t)UCLOCKS_PER_SEC/1000));
517 ((end-event->start)/((uclock_t)UCLOCKS_PER_SEC/1000)));
H A Dlinux_timer.c68 #define UCLOCKS_PER_SEC 1000000 /* Clock ticks per second */ macro
520 actual = ((end-event->start)/((uclock_t)UCLOCKS_PER_SEC/1000));
524 ((end-event->start)/((uclock_t)UCLOCKS_PER_SEC/1000)));

Completed in 61 milliseconds