Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-iocost.c1493 static void iocg_kick_waitq(struct ioc_gq *iocg, bool pay_debt, in iocg_kick_waitq() argument
1508 if (pay_debt && iocg->abs_vdebt && vbudget > 0) { in iocg_kick_waitq()
1579 bool pay_debt = READ_ONCE(iocg->abs_vdebt); in iocg_waitq_timer_fn() local
1585 iocg_lock(iocg, pay_debt, &flags); in iocg_waitq_timer_fn()
1586 iocg_kick_waitq(iocg, pay_debt, &now); in iocg_waitq_timer_fn()
1587 iocg_unlock(iocg, pay_debt, &flags); in iocg_waitq_timer_fn()