Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-iocost.c2553 bool use_debt, ioc_locked; in ioc_rqos_throttle() local
2591 ioc_locked = use_debt || READ_ONCE(iocg->abs_vdebt); in ioc_rqos_throttle()
2593 iocg_lock(iocg, ioc_locked, &flags); in ioc_rqos_throttle()
2603 iocg_unlock(iocg, ioc_locked, &flags); in ioc_rqos_throttle()
2630 iocg_unlock(iocg, ioc_locked, &flags); in ioc_rqos_throttle()
2636 if (!ioc_locked) { in ioc_rqos_throttle()
2638 ioc_locked = true; in ioc_rqos_throttle()
2665 iocg_kick_waitq(iocg, ioc_locked, &now); in ioc_rqos_throttle()
2667 iocg_unlock(iocg, ioc_locked, &flags); in ioc_rqos_throttle()