Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/block/
H A Dblk-throttle.h122 unsigned int last_io_disp[2]; member
H A Dblk-throttle.c973 tg->last_io_disp[rw]++; in throtl_charge_bio()
2031 iops = tg->last_io_disp[READ] * HZ / elapsed_time; in throtl_downgrade_check()
2037 iops = tg->last_io_disp[WRITE] * HZ / elapsed_time; in throtl_downgrade_check()
2051 tg->last_io_disp[READ] = 0; in throtl_downgrade_check()
2052 tg->last_io_disp[WRITE] = 0; in throtl_downgrade_check()
/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c162 unsigned int last_io_disp[2]; member
1065 tg->last_io_disp[rw]++; in throtl_charge_bio()
2095 tg->last_io_disp[READ] += atomic_xchg(&tg->last_io_split_cnt[READ], 0); in throtl_downgrade_check()
2096 iops = tg->last_io_disp[READ] * HZ / elapsed_time; in throtl_downgrade_check()
2102 tg->last_io_disp[WRITE] += atomic_xchg(&tg->last_io_split_cnt[WRITE], 0); in throtl_downgrade_check()
2103 iops = tg->last_io_disp[WRITE] * HZ / elapsed_time; in throtl_downgrade_check()
2117 tg->last_io_disp[READ] = 0; in throtl_downgrade_check()
2118 tg->last_io_disp[WRITE] = 0; in throtl_downgrade_check()

Completed in 9 milliseconds