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

/linux-master/block/
H A Dblk-throttle.c1776 static unsigned long tg_last_low_overflow_time(struct throtl_grp *tg) function
1855 tg_last_low_overflow_time(tg) + tg->td->throtl_slice) &&
1969 if (time_after_eq(now, tg_last_low_overflow_time(tg) +
2012 if (time_before(now, tg_last_low_overflow_time(tg) +

Completed in 224 milliseconds