Home
last modified time | relevance | path

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

/linux/block/
A Dblk-throttle.c1666 rtime = tg->last_low_overflow_time[READ]; in __tg_last_low_overflow_time()
1668 wtime = tg->last_low_overflow_time[WRITE]; in __tg_last_low_overflow_time()
1908 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
1915 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
1922 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
1929 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2093 if (tg->last_low_overflow_time[rw] == 0) in __blk_throtl_bio()
2094 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()
2103 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()
2147 tg->last_low_overflow_time[rw] = jiffies; in __blk_throtl_bio()
A Dblk-throttle.h112 unsigned long last_low_overflow_time[2]; member

Completed in 9 milliseconds