Lines Matching refs:iops_conf
151 unsigned int iops_conf[2][LIMIT_CNT]; member
521 tg->iops_conf[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
522 tg->iops_conf[WRITE][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
1600 tg->iops_conf[READ][off] == iops_dft && in tg_prfill_limit()
1601 tg->iops_conf[WRITE][off] == iops_dft && in tg_prfill_limit()
1613 if (tg->iops_conf[READ][off] != UINT_MAX) in tg_prfill_limit()
1615 tg->iops_conf[READ][off]); in tg_prfill_limit()
1616 if (tg->iops_conf[WRITE][off] != UINT_MAX) in tg_prfill_limit()
1618 tg->iops_conf[WRITE][off]); in tg_prfill_limit()
1666 v[2] = tg->iops_conf[READ][index]; in tg_set_limit()
1667 v[3] = tg->iops_conf[WRITE][index]; in tg_set_limit()
1712 tg->iops_conf[READ][index] = v[2]; in tg_set_limit()
1713 tg->iops_conf[WRITE][index] = v[3]; in tg_set_limit()
1725 tg->iops[READ][LIMIT_LOW] = min(tg->iops_conf[READ][LIMIT_LOW], in tg_set_limit()
1726 tg->iops_conf[READ][LIMIT_MAX]); in tg_set_limit()
1727 tg->iops[WRITE][LIMIT_LOW] = min(tg->iops_conf[WRITE][LIMIT_LOW], in tg_set_limit()
1728 tg->iops_conf[WRITE][LIMIT_MAX]); in tg_set_limit()