Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c160 uint64_t last_bytes_disp[2]; member
1063 tg->last_bytes_disp[rw] += bio_size; in throtl_charge_bio()
2044 bps = tg->last_bytes_disp[READ] * HZ; in throtl_downgrade_check()
2051 bps = tg->last_bytes_disp[WRITE] * HZ; in throtl_downgrade_check()
2078 tg->last_bytes_disp[READ] = 0; in throtl_downgrade_check()
2079 tg->last_bytes_disp[WRITE] = 0; in throtl_downgrade_check()