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

/linux-master/block/
H A Dblk-throttle.c137 static uint64_t throtl_adjusted_limit(uint64_t low, struct throtl_data *td) function
171 adjusted = throtl_adjusted_limit(tg->bps[rw][LIMIT_LOW], td);
201 adjusted = throtl_adjusted_limit(tg->iops[rw][LIMIT_LOW], td);

Completed in 150 milliseconds