Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-throttle.h119 unsigned long last_low_overflow_time[2]; member
Dblk-throttle.c1768 rtime = tg->last_low_overflow_time[READ]; in __tg_last_low_overflow_time()
1770 wtime = tg->last_low_overflow_time[WRITE]; in __tg_last_low_overflow_time()
2018 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2025 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2031 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2037 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2197 if (tg->last_low_overflow_time[rw] == 0) in __blk_throtl_bio()
2198 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()
2207 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()
2253 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()