Searched refs:iops_conf (Results 1 – 1 of 1) sorted by relevance
150 unsigned int iops_conf[2][LIMIT_CNT]; member506 tg->iops_conf[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()507 tg->iops_conf[WRITE][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()1539 tg->iops_conf[READ][off] == iops_dft && in tg_prfill_limit()1540 tg->iops_conf[WRITE][off] == iops_dft && in tg_prfill_limit()1552 if (tg->iops_conf[READ][off] != UINT_MAX) in tg_prfill_limit()1554 tg->iops_conf[READ][off]); in tg_prfill_limit()1555 if (tg->iops_conf[WRITE][off] != UINT_MAX) in tg_prfill_limit()1557 tg->iops_conf[WRITE][off]); in tg_prfill_limit()1605 v[2] = tg->iops_conf[READ][index]; in tg_set_limit()[all …]