Searched refs:iops (Results 1 – 2 of 2) sorted by relevance
149 unsigned int iops[2][LIMIT_CNT]; member313 tg->iops[rw][td->limit_index]) in tg_bps_limit()339 ret = tg->iops[rw][td->limit_index]; in tg_iops_limit()349 if (td->limit_index == LIMIT_MAX && tg->iops[rw][LIMIT_LOW] && in tg_iops_limit()350 tg->iops[rw][LIMIT_LOW] != tg->iops[rw][LIMIT_MAX]) { in tg_iops_limit()353 adjusted = throtl_adjusted_limit(tg->iops[rw][LIMIT_LOW], td); in tg_iops_limit()356 ret = min_t(unsigned int, tg->iops[rw][LIMIT_MAX], adjusted); in tg_iops_limit()517 tg->iops[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()518 tg->iops[WRITE][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()604 tg->iops[READ][LIMIT_LOW] || tg->iops[WRITE][LIMIT_LOW]) { in blk_throtl_update_limit_valid()[all …]
112 can be used to protect cgroups in terms of bandwidth/iops and better