Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-throttle.h119 unsigned long last_low_overflow_time[2]; member
H A Dblk-throttle.c1770 rtime = tg->last_low_overflow_time[READ]; in __tg_last_low_overflow_time()
1772 wtime = tg->last_low_overflow_time[WRITE]; in __tg_last_low_overflow_time()
2020 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2027 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2033 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2039 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2199 if (tg->last_low_overflow_time[rw] == 0) in __blk_throtl_bio()
2200 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()
2209 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()
2255 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()