Home
last modified time | relevance | path

Searched refs:iops_conf (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/block/
A Dblk-throttle.c368 tg->iops_conf[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
369 tg->iops_conf[WRITE][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
1519 if (tg->iops_conf[READ][off] != UINT_MAX) in tg_prfill_limit()
1521 tg->iops_conf[READ][off]); in tg_prfill_limit()
1524 tg->iops_conf[WRITE][off]); in tg_prfill_limit()
1573 v[2] = tg->iops_conf[READ][index]; in tg_set_limit()
1574 v[3] = tg->iops_conf[WRITE][index]; in tg_set_limit()
1619 tg->iops_conf[READ][index] = v[2]; in tg_set_limit()
1620 tg->iops_conf[WRITE][index] = v[3]; in tg_set_limit()
1633 tg->iops_conf[READ][LIMIT_MAX]); in tg_set_limit()
[all …]
A Dblk-throttle.h112 unsigned int iops_conf[2][LIMIT_CNT]; member

Completed in 7 milliseconds