Lines Matching refs:last_low_overflow_time
158 unsigned long last_low_overflow_time[2]; member
1756 rtime = tg->last_low_overflow_time[READ]; in __tg_last_low_overflow_time()
1758 wtime = tg->last_low_overflow_time[WRITE]; in __tg_last_low_overflow_time()
1998 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2005 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2011 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2017 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2169 if (tg->last_low_overflow_time[rw] == 0) in blk_throtl_bio()
2170 tg->last_low_overflow_time[rw] = jiffies; in blk_throtl_bio()
2179 tg->last_low_overflow_time[rw] = jiffies; in blk_throtl_bio()
2223 tg->last_low_overflow_time[rw] = jiffies; in blk_throtl_bio()