Home
last modified time | relevance | path

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

/linux-6.1.9/block/
Dblk-throttle.h119 unsigned long last_low_overflow_time[2]; member
Dblk-throttle.c1759 rtime = tg->last_low_overflow_time[READ]; in __tg_last_low_overflow_time()
1761 wtime = tg->last_low_overflow_time[WRITE]; in __tg_last_low_overflow_time()
2001 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2008 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2014 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2020 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2186 if (tg->last_low_overflow_time[rw] == 0) in __blk_throtl_bio()
2187 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()
2196 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()
2242 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()