Lines Matching refs:iops
134 unsigned int iops[2]; member
444 tg->iops[READ] = -1; in throtl_pd_init()
445 tg->iops[WRITE] = -1; in throtl_pd_init()
470 (tg->bps[rw] != -1 || tg->iops[rw] != -1); in tg_update_has_rules()
788 io_trim = (tg->iops[rw] * throtl_slice * nr_slices)/HZ; in throtl_trim_slice()
834 tmp = (u64)tg->iops[rw] * jiffy_elapsed_rnd; in tg_with_in_iops_limit()
849 jiffy_wait = ((tg->io_disp[rw] + 1) * HZ)/tg->iops[rw] + 1; in tg_with_in_iops_limit()
923 if (tg->bps[rw] == -1 && tg->iops[rw] == -1) { in tg_may_dispatch()
1381 tg->iops[READ], tg->iops[WRITE]); in tg_set_conf()
1440 .private = offsetof(struct throtl_grp, iops[READ]),
1446 .private = offsetof(struct throtl_grp, iops[WRITE]),
1562 tg->io_disp[rw], tg->iops[rw], in blk_throtl_bio()