Home
last modified time | relevance | path

Searched refs:iops_conf (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c152 unsigned int iops_conf[2][LIMIT_CNT]; member
522 tg->iops_conf[READ][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
523 tg->iops_conf[WRITE][LIMIT_MAX] = UINT_MAX; in throtl_pd_alloc()
1633 tg->iops_conf[READ][off] == iops_dft && in tg_prfill_limit()
1634 tg->iops_conf[WRITE][off] == iops_dft && in tg_prfill_limit()
1646 if (tg->iops_conf[READ][off] != UINT_MAX) in tg_prfill_limit()
1648 tg->iops_conf[READ][off]); in tg_prfill_limit()
1649 if (tg->iops_conf[WRITE][off] != UINT_MAX) in tg_prfill_limit()
1651 tg->iops_conf[WRITE][off]); in tg_prfill_limit()
1702 v[2] = tg->iops_conf[REA in tg_set_limit()
[all...]
/kernel/linux/linux-6.6/block/
H 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()
1516 tg->iops_conf[READ][off] == iops_dft && in tg_prfill_limit()
1517 tg->iops_conf[WRITE][off] == iops_dft && in tg_prfill_limit()
1529 if (tg->iops_conf[READ][off] != UINT_MAX) in tg_prfill_limit()
1531 tg->iops_conf[READ][off]); in tg_prfill_limit()
1532 if (tg->iops_conf[WRITE][off] != UINT_MAX) in tg_prfill_limit()
1534 tg->iops_conf[WRITE][off]); in tg_prfill_limit()
1585 v[2] = tg->iops_conf[READ][index]; in tg_set_limit()
1586 v[3] = tg->iops_conf[WRIT in tg_set_limit()
[all...]
H A Dblk-throttle.h112 unsigned int iops_conf[2][LIMIT_CNT]; member

Completed in 7 milliseconds