Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-throttle.c163 unsigned long last_check_time; member
1931 if (time_after(tg->last_check_time + tg->td->throtl_slice, now)) in throtl_upgrade_check()
1934 tg->last_check_time = now; in throtl_upgrade_check()
2024 if (time_after(tg->last_check_time + tg->td->throtl_slice, now)) in throtl_downgrade_check()
2027 elapsed_time = now - tg->last_check_time; in throtl_downgrade_check()
2028 tg->last_check_time = now; in throtl_downgrade_check()