Searched refs:TICKS_PER_SEC (Results 1 – 3 of 3) sorted by relevance
283 #define TICKS_PER_SEC 1000000 macro
388 #define DEF_STAT (2 * TICKS_PER_SEC)
20 #define TICKS_PER_SEC 50ULL macro21 #define TIMER_INTERVAL (NSEC_PER_SEC / TICKS_PER_SEC)31 return (1 << 20) / TICKS_PER_SEC * ((u64) mbps); in mb_per_tick()