Lines Matching full:bps
98 return tg->bps[rw]; in tg_bps_limit()
261 tg->bps[READ] = U64_MAX; in throtl_pd_alloc()
262 tg->bps[WRITE] = U64_MAX; in throtl_pd_alloc()
286 * read_bps limit is set on a parent group, summary bps of in throtl_pd_init()
588 * If bps are unlimited (-1), then time slice don't get in throtl_trim_slice()
764 /* If tg->bps = -1, then BW is unlimited */ in tg_may_dispatch()
1335 .private = offsetof(struct throtl_grp, bps[READ]),
1341 .private = offsetof(struct throtl_grp, bps[WRITE]),
1394 if (tg->bps[READ] == bps_dft && in tg_prfill_limit()
1395 tg->bps[WRITE] == bps_dft && in tg_prfill_limit()
1401 if (tg->bps[READ] == U64_MAX) in tg_prfill_limit()
1404 seq_printf(sf, " rbps=%llu", tg->bps[READ]); in tg_prfill_limit()
1406 if (tg->bps[WRITE] == U64_MAX) in tg_prfill_limit()
1409 seq_printf(sf, " wbps=%llu", tg->bps[WRITE]); in tg_prfill_limit()
1460 v[0] = tg->bps[READ]; in tg_set_limit()
1461 v[1] = tg->bps[WRITE]; in tg_set_limit()
1500 tg->bps[READ] = v[0]; in tg_set_limit()
1501 tg->bps[WRITE] = v[1]; in tg_set_limit()
1663 throtl_log(sq, "[%c] bio. bdisp=%llu sz=%u bps=%llu iodisp=%u iops=%u queued=%d/%d", in __blk_throtl_bio()