Searched refs:last_io_disp (Results 1 – 1 of 1) sorted by relevance
161 unsigned int last_io_disp[2]; member1072 tg->last_io_disp[rw]++; in throtl_charge_bio()2066 tg->last_io_disp[READ] += atomic_xchg(&tg->last_io_split_cnt[READ], 0); in throtl_downgrade_check()2067 iops = tg->last_io_disp[READ] * HZ / elapsed_time; in throtl_downgrade_check()2073 tg->last_io_disp[WRITE] += atomic_xchg(&tg->last_io_split_cnt[WRITE], 0); in throtl_downgrade_check()2074 iops = tg->last_io_disp[WRITE] * HZ / elapsed_time; in throtl_downgrade_check()2088 tg->last_io_disp[READ] = 0; in throtl_downgrade_check()2089 tg->last_io_disp[WRITE] = 0; in throtl_downgrade_check()