Searched refs:bio_size (Results 1 – 1 of 1) sorted by relevance
926 unsigned int bio_size = throtl_bio_data_size(bio); in tg_with_in_bps_limit() local940 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() local1030 tg->bytes_disp[rw] += bio_size; in throtl_charge_bio()1032 tg->last_bytes_disp[rw] += bio_size; in throtl_charge_bio()