Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c158 unsigned long last_low_overflow_time[2]; member
1805 rtime = tg->last_low_overflow_time[READ]; in __tg_last_low_overflow_time()
1807 wtime = tg->last_low_overflow_time[WRITE]; in __tg_last_low_overflow_time()
2047 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2054 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2061 tg->last_low_overflow_time[READ] = now; in throtl_downgrade_check()
2068 tg->last_low_overflow_time[WRITE] = now; in throtl_downgrade_check()
2239 if (tg->last_low_overflow_time[rw] == 0) in blk_throtl_bio()
2240 tg->last_low_overflow_time[rw] = jiffies; in blk_throtl_bio()
2249 tg->last_low_overflow_time[rw] = jiffies; in blk_throtl_bio()
[all …]