Home
last modified time | relevance | path

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

/linux/block/
A Dblk-throttle.c372 tg->bps_conf[READ][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
373 tg->bps_conf[WRITE][LIMIT_MAX] = U64_MAX; in throtl_pd_alloc()
1468 if (tg->bps_conf[READ][off] != U64_MAX) in tg_prfill_limit()
1470 tg->bps_conf[READ][off]); in tg_prfill_limit()
1473 tg->bps_conf[WRITE][off]); in tg_prfill_limit()
1525 v[0] = tg->bps_conf[READ][index]; in tg_set_limit()
1526 v[1] = tg->bps_conf[WRITE][index]; in tg_set_limit()
1571 tg->bps_conf[READ][index] = v[0]; in tg_set_limit()
1572 tg->bps_conf[WRITE][index] = v[1]; in tg_set_limit()
1583 tg->bps_conf[READ][LIMIT_MAX]); in tg_set_limit()
[all …]
A Dblk-throttle.h100 uint64_t bps_conf[2][LIMIT_CNT]; member

Completed in 9 milliseconds