Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dblk-throttle.h121 uint64_t last_bytes_disp[2]; member
Dblk-throttle.c969 tg->last_bytes_disp[rw] += bio_size; in throtl_charge_bio()
2017 bps = tg->last_bytes_disp[READ] * HZ; in throtl_downgrade_check()
2024 bps = tg->last_bytes_disp[WRITE] * HZ; in throtl_downgrade_check()
2049 tg->last_bytes_disp[READ] = 0; in throtl_downgrade_check()
2050 tg->last_bytes_disp[WRITE] = 0; in throtl_downgrade_check()