Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dblk-throttle.c163 unsigned long last_check_time; member
1891 if (time_after(tg->last_check_time + tg->td->throtl_slice, now)) in throtl_upgrade_check()
1894 tg->last_check_time = now; in throtl_upgrade_check()
1984 if (time_after(tg->last_check_time + tg->td->throtl_slice, now)) in throtl_downgrade_check()
1987 elapsed_time = now - tg->last_check_time; in throtl_downgrade_check()
1988 tg->last_check_time = now; in throtl_downgrade_check()