Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/block/
H A Dblk-throttle.h149 unsigned long bio_cnt_reset_time; member
H A Dblk-throttle.c2360 if (time_after(jiffies, tg->bio_cnt_reset_time) || tg->bio_cnt > 1024) { in blk_throtl_bio_endio()
2361 tg->bio_cnt_reset_time = tg->td->throtl_slice + jiffies; in blk_throtl_bio_endio()
/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c180 unsigned long bio_cnt_reset_time; member
2436 if (time_after(jiffies, tg->bio_cnt_reset_time) || tg->bio_cnt > 1024) { in blk_throtl_bio_endio()
2437 tg->bio_cnt_reset_time = tg->td->throtl_slice + jiffies; in blk_throtl_bio_endio()

Completed in 8 milliseconds