Searched refs:ioc_locked (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/block/ |
D | blk-iocost.c | 2568 bool use_debt, ioc_locked; in ioc_rqos_throttle() local 2606 ioc_locked = use_debt || READ_ONCE(iocg->abs_vdebt); in ioc_rqos_throttle() 2608 iocg_lock(iocg, ioc_locked, &flags); in ioc_rqos_throttle() 2618 iocg_unlock(iocg, ioc_locked, &flags); in ioc_rqos_throttle() 2645 iocg_unlock(iocg, ioc_locked, &flags); in ioc_rqos_throttle() 2651 if (!ioc_locked) { in ioc_rqos_throttle() 2653 ioc_locked = true; in ioc_rqos_throttle() 2680 iocg_kick_waitq(iocg, ioc_locked, &now); in ioc_rqos_throttle() 2682 iocg_unlock(iocg, ioc_locked, &flags); in ioc_rqos_throttle()
|