Searched refs:TICKS_PER_SEC (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dtime.c161 #ifndef TICKS_PER_SEC
162 #define TICKS_PER_SEC 100 macro
183 #if (1000 / TICKS_PER_SEC) * TICKS_PER_SEC == 1000
184 /* 1000 is exactly divisible by TICKS_PER_SEC */
185 cpu_ticks = vv_ms / (1000 / TICKS_PER_SEC);
187 cpu_ticks = vv_ms * (unsigned long long)TICKS_PER_SEC / 1000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dacenic.h281 #define TICKS_PER_SEC 1000000 macro
H A Dacenic.c410 #define DEF_STAT (2 * TICKS_PER_SEC)

Completed in 39 milliseconds