Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dblk-iocost.c529 struct hrtimer waitq_timer; member
1536 oexpires = ktime_to_ns(hrtimer_get_softexpires(&iocg->waitq_timer)); in iocg_kick_waitq()
1537 if (hrtimer_is_queued(&iocg->waitq_timer) && in iocg_kick_waitq()
1541 hrtimer_start_range_ns(&iocg->waitq_timer, ns_to_ktime(expires), in iocg_kick_waitq()
1547 struct ioc_gq *iocg = container_of(timer, struct ioc_gq, waitq_timer); in iocg_waitq_timer_fn()
2948 hrtimer_init(&iocg->waitq_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ioc_pd_init()
2949 iocg->waitq_timer.function = iocg_waitq_timer_fn; in ioc_pd_init()
2985 hrtimer_cancel(&iocg->waitq_timer); in ioc_pd_free()