Lines Matching refs:hrtime_t
44 static hrtime_t cbe_hrtime_max;
45 static hrtime_t cbe_suspend_delta = 0;
46 static hrtime_t cbe_suspend_time = 0;
49 hrtime2tick(hrtime_t ts) in hrtime2tick()
51 hrtime_t q = ts / NANOSEC; in hrtime2tick()
52 hrtime_t r = ts - (q * NANOSEC); in hrtime2tick()
58 unscalehrtime(hrtime_t ts) in unscalehrtime()
61 hrtime_t rescale; in unscalehrtime()
62 hrtime_t diff = ts; in unscalehrtime()
111 cbe_reprogram(cyb_arg_t arg, hrtime_t time) in cbe_reprogram()
228 hrtime_t now; in cbe_resume()
269 hrtime_t resolution = NANOSEC / sys_tick_freq; in cbe_init()