Home
last modified time | relevance | path

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

/linux-5.19.10/block/
Dblk-iocost.c529 struct hrtimer waitq_timer; member
1535 oexpires = ktime_to_ns(hrtimer_get_softexpires(&iocg->waitq_timer)); in iocg_kick_waitq()
1536 if (hrtimer_is_queued(&iocg->waitq_timer) && in iocg_kick_waitq()
1540 hrtimer_start_range_ns(&iocg->waitq_timer, ns_to_ktime(expires), in iocg_kick_waitq()
1546 struct ioc_gq *iocg = container_of(timer, struct ioc_gq, waitq_timer); in iocg_waitq_timer_fn()
2964 hrtimer_init(&iocg->waitq_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ioc_pd_init()
2965 iocg->waitq_timer.function = iocg_waitq_timer_fn; in ioc_pd_init()
3001 hrtimer_cancel(&iocg->waitq_timer); in ioc_pd_free()