Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-throttle.c162 unsigned long last_check_time; member
1879 if (time_after(tg->last_check_time + tg->td->throtl_slice, now)) in throtl_upgrade_check()
1882 tg->last_check_time = now; in throtl_upgrade_check()
1972 if (time_after(tg->last_check_time + tg->td->throtl_slice, now)) in throtl_downgrade_check()
1975 elapsed_time = now - tg->last_check_time; in throtl_downgrade_check()
1976 tg->last_check_time = now; in throtl_downgrade_check()