Searched refs:calc_vtime_cost (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk-iocost.c | 2529 static u64 calc_vtime_cost(struct bio *bio, struct ioc_gq *iocg, bool is_merge) in calc_vtime_cost() function 2578 abs_cost = calc_vtime_cost(bio, iocg, false); in ioc_rqos_throttle() 2711 abs_cost = calc_vtime_cost(bio, iocg, true); in ioc_rqos_merge()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-iocost.c | 2562 static u64 calc_vtime_cost(struct bio *bio, struct ioc_gq *iocg, bool is_merge) in calc_vtime_cost() function 2611 abs_cost = calc_vtime_cost(bio, iocg, false); in ioc_rqos_throttle() 2744 abs_cost = calc_vtime_cost(bio, iocg, true); in ioc_rqos_merge()
|
Completed in 10 milliseconds