Home
last modified time | relevance | path

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

/block/
Dblk-throttle.c182 atomic_t last_io_split_cnt[2]; member
2060 tg->last_io_disp[READ] += atomic_xchg(&tg->last_io_split_cnt[READ], 0); in throtl_downgrade_check()
2067 tg->last_io_disp[WRITE] += atomic_xchg(&tg->last_io_split_cnt[WRITE], 0); in throtl_downgrade_check()
2198 atomic_inc(&parent->last_io_split_cnt[rw]); in blk_throtl_charge_bio_split()