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

/linux-master/block/
H A Dblk-iocost.c533 struct hrtimer waitq_timer; member in struct:ioc_gq
1567 oexpires = ktime_to_ns(hrtimer_get_softexpires(&iocg->waitq_timer));
1568 if (hrtimer_is_queued(&iocg->waitq_timer) &&
1572 hrtimer_start_range_ns(&iocg->waitq_timer, ns_to_ktime(expires),
1578 struct ioc_gq *iocg = container_of(timer, struct ioc_gq, waitq_timer);
2998 hrtimer_init(&iocg->waitq_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS);
2999 iocg->waitq_timer.function = iocg_waitq_timer_fn;
3035 hrtimer_cancel(&iocg->waitq_timer);

Completed in 113 milliseconds