Searched refs:ioc_locked (Results 1 – 1 of 1) sorted by relevance
| /linux/block/ |
| H A D | blk-iocost.c | 2615 struct iocg_wait *wait, bool use_debt, bool ioc_locked, in iocg_handle_over_budget() argument 2658 if (!ioc_locked) in iocg_handle_over_budget() 2683 iocg_kick_waitq(iocg, ioc_locked, now); in iocg_handle_over_budget() 2695 bool use_debt, ioc_locked; in ioc_rqos_throttle() local 2734 ioc_locked = use_debt || READ_ONCE(iocg->abs_vdebt); in ioc_rqos_throttle() 2736 if (ioc_locked) { in ioc_rqos_throttle() 2740 use_debt, ioc_locked, abs_cost, in ioc_rqos_throttle() 2747 use_debt, ioc_locked, abs_cost, in ioc_rqos_throttle() 2753 ioc_locked = true; in ioc_rqos_throttle()
|