Lines Matching refs:hr_timeouts
221 ci->hr_timeouts[t] = ktime_add(ktime_get(), in ci_otg_add_timer()
225 (ci->hr_timeouts[ci->next_otg_timer].tv64 > in ci_otg_add_timer()
226 ci->hr_timeouts[t].tv64)) { in ci_otg_add_timer()
229 ci->hr_timeouts[t], NSEC_PER_MSEC, in ci_otg_add_timer()
260 (ci->hr_timeouts[next_timer].tv64 < in ci_otg_del_timer()
261 ci->hr_timeouts[cur_timer].tv64)) in ci_otg_del_timer()
269 ci->hr_timeouts[next_timer], NSEC_PER_MSEC, in ci_otg_del_timer()
381 if (now.tv64 >= ci->hr_timeouts[cur_timer].tv64) { in ci_otg_hrtimer_func()
387 (ci->hr_timeouts[cur_timer].tv64 < in ci_otg_hrtimer_func()
388 ci->hr_timeouts[next_timer].tv64)) in ci_otg_hrtimer_func()
394 timeout = &ci->hr_timeouts[next_timer]; in ci_otg_hrtimer_func()