Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-throttle.h122 unsigned int last_io_disp[2]; member
Dblk-throttle.c979 tg->last_io_disp[rw]++; in throtl_charge_bio()
2012 iops = tg->last_io_disp[READ] * HZ / elapsed_time; in throtl_downgrade_check()
2018 iops = tg->last_io_disp[WRITE] * HZ / elapsed_time; in throtl_downgrade_check()
2032 tg->last_io_disp[READ] = 0; in throtl_downgrade_check()
2033 tg->last_io_disp[WRITE] = 0; in throtl_downgrade_check()