Home
last modified time | relevance | path

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

/Linux-v6.6/block/
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()
1514 tg->iops_conf[READ][off] == iops_dft && in tg_prfill_limit()
1515 tg->iops_conf[WRITE][off] == iops_dft && in tg_prfill_limit()
1527 if (tg->iops_conf[READ][off] != UINT_MAX) in tg_prfill_limit()
1529 tg->iops_conf[READ][off]); in tg_prfill_limit()
1530 if (tg->iops_conf[WRITE][off] != UINT_MAX) in tg_prfill_limit()
1532 tg->iops_conf[WRITE][off]); in tg_prfill_limit()
1583 v[2] = tg->iops_conf[READ][index]; in tg_set_limit()
1584 v[3] = tg->iops_conf[WRITE][index]; in tg_set_limit()
[all …]
Dblk-throttle.h112 unsigned int iops_conf[2][LIMIT_CNT]; member