Searched refs:iops_conf (Results 1 – 1 of 1) sorted by relevance
151 unsigned int iops_conf[2][LIMIT_CNT]; member521 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()1608 tg->iops_conf[READ][off] == iops_dft && in tg_prfill_limit()1609 tg->iops_conf[WRITE][off] == iops_dft && in tg_prfill_limit()1621 if (tg->iops_conf[READ][off] != UINT_MAX) in tg_prfill_limit()1623 tg->iops_conf[READ][off]); in tg_prfill_limit()1624 if (tg->iops_conf[WRITE][off] != UINT_MAX) in tg_prfill_limit()1626 tg->iops_conf[WRITE][off]); in tg_prfill_limit()1674 v[2] = tg->iops_conf[READ][index]; in tg_set_limit()[all …]