Searched refs:use_debt (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 2647 if (use_debt) { in iocg_handle_over_budget() 2695 bool use_debt, ioc_locked; in ioc_rqos_throttle() local 2733 use_debt = bio_issue_as_root_blkg(bio) || fatal_signal_pending(current); in ioc_rqos_throttle() 2734 ioc_locked = use_debt || READ_ONCE(iocg->abs_vdebt); 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()
|