Searched refs:ioc_locked (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/block/ |
D | blk-iocost.c | 2564 bool use_debt, ioc_locked; in ioc_rqos_throttle() local 2602 ioc_locked = use_debt || READ_ONCE(iocg->abs_vdebt); in ioc_rqos_throttle() 2604 iocg_lock(iocg, ioc_locked, &flags); in ioc_rqos_throttle() 2614 iocg_unlock(iocg, ioc_locked, &flags); in ioc_rqos_throttle() 2641 iocg_unlock(iocg, ioc_locked, &flags); in ioc_rqos_throttle() 2647 if (!ioc_locked) { in ioc_rqos_throttle() 2649 ioc_locked = true; in ioc_rqos_throttle() 2676 iocg_kick_waitq(iocg, ioc_locked, &now); in ioc_rqos_throttle() 2678 iocg_unlock(iocg, ioc_locked, &flags); in ioc_rqos_throttle()
|