Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c161 unsigned int last_io_disp[2]; member
1064 tg->last_io_disp[rw]++; in throtl_charge_bio()
2058 tg->last_io_disp[READ] += atomic_xchg(&tg->last_io_split_cnt[READ], 0); in throtl_downgrade_check()
2059 iops = tg->last_io_disp[READ] * HZ / elapsed_time; in throtl_downgrade_check()
2065 tg->last_io_disp[WRITE] += atomic_xchg(&tg->last_io_split_cnt[WRITE], 0); in throtl_downgrade_check()
2066 iops = tg->last_io_disp[WRITE] * HZ / elapsed_time; in throtl_downgrade_check()
2080 tg->last_io_disp[READ] = 0; in throtl_downgrade_check()
2081 tg->last_io_disp[WRITE] = 0; in throtl_downgrade_check()