Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-throttle.c481 tg->carryover_bytes[rw] = 0; in throtl_start_new_slice_with_credit()
508 tg->carryover_bytes[rw] = 0; in throtl_start_new_slice()
612 tg->carryover_bytes[rw]; in throtl_trim_slice()
618 tg->carryover_bytes[rw] = 0; in throtl_trim_slice()
652 tg->carryover_bytes[rw] += in __tg_update_carryover()
670 tg->carryover_bytes[READ], tg->carryover_bytes[WRITE], in tg_update_carryover()
724 tg->carryover_bytes[rw]; in tg_within_bps_limit()
1599 tg->carryover_bytes[rw] -= throtl_bio_data_size(bio); in tg_dispatch_in_debt()
Dblk-throttle.h118 long long carryover_bytes[2]; member