Home
last modified time | relevance | path

Searched refs:last_low_overflow_time (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c159 unsigned long last_low_overflow_time[2]; member
1842 rtime = tg->last_low_overflow_time[READ]; in __tg_last_low_overflow_time()
1844 wtime = tg->last_low_overflow_time[WRITE]; in __tg_last_low_overflow_time()
2084 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2091 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2098 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2105 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2276 if (tg->last_low_overflow_time[rw] == 0) in blk_throtl_bio()
2277 tg->last_low_overflow_time[rw] = jiffies; in blk_throtl_bio()
2286 tg->last_low_overflow_time[r in blk_throtl_bio()
[all...]
/kernel/linux/linux-6.6/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[r in __blk_throtl_bio()
[all...]

Completed in 7 milliseconds