Home
last modified time | relevance | path

Searched refs:use_debt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-iocost.c2570 bool use_debt, ioc_locked; in ioc_rqos_throttle() local
2607 use_debt = bio_issue_as_root_blkg(bio) || fatal_signal_pending(current); in ioc_rqos_throttle()
2608 ioc_locked = use_debt || READ_ONCE(iocg->abs_vdebt); in ioc_rqos_throttle()
2642 if (use_debt) { in ioc_rqos_throttle()
/kernel/linux/linux-6.6/block/
H A Dblk-iocost.c2603 bool use_debt, ioc_locked; in ioc_rqos_throttle() local
2640 use_debt = bio_issue_as_root_blkg(bio) || fatal_signal_pending(current); in ioc_rqos_throttle()
2641 ioc_locked = use_debt || READ_ONCE(iocg->abs_vdebt); in ioc_rqos_throttle()
2675 if (use_debt) { in ioc_rqos_throttle()

Completed in 10 milliseconds