Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-throttle.h122 unsigned int last_io_disp[2]; member
A Dblk-throttle.c967 tg->last_io_disp[rw]++; in throtl_charge_bio()
2019 iops = tg->last_io_disp[READ] * HZ / elapsed_time; in throtl_downgrade_check()
2025 iops = tg->last_io_disp[WRITE] * HZ / elapsed_time; in throtl_downgrade_check()
2039 tg->last_io_disp[READ] = 0; in throtl_downgrade_check()
2040 tg->last_io_disp[WRITE] = 0; in throtl_downgrade_check()

Completed in 8 milliseconds