Searched refs:waitq_timer (Results 1 – 1 of 1) sorted by relevance
533 struct hrtimer waitq_timer; member1567 oexpires = ktime_to_ns(hrtimer_get_softexpires(&iocg->waitq_timer)); in iocg_kick_waitq()1568 if (hrtimer_is_queued(&iocg->waitq_timer) && in iocg_kick_waitq()1572 hrtimer_start_range_ns(&iocg->waitq_timer, ns_to_ktime(expires), in iocg_kick_waitq()1578 struct ioc_gq *iocg = container_of(timer, struct ioc_gq, waitq_timer); in iocg_waitq_timer_fn()3000 hrtimer_init(&iocg->waitq_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ioc_pd_init()3001 iocg->waitq_timer.function = iocg_waitq_timer_fn; in ioc_pd_init()3037 hrtimer_cancel(&iocg->waitq_timer); in ioc_pd_free()