Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-throttle.c926 unsigned int bio_size = throtl_bio_data_size(bio); in tg_with_in_bps_limit() local
940 if (tg->bytes_disp[rw] + bio_size <= bytes_allowed) { in tg_with_in_bps_limit()
947 extra_bytes = tg->bytes_disp[rw] + bio_size - bytes_allowed; in tg_with_in_bps_limit()
1027 unsigned int bio_size = throtl_bio_data_size(bio); in throtl_charge_bio() local
1030 tg->bytes_disp[rw] += bio_size; in throtl_charge_bio()
1032 tg->last_bytes_disp[rw] += bio_size; in throtl_charge_bio()