Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c223 int granted, grant_step, limit; in ldlm_pool_recalc_grant_plan() local
228 grant_step = ldlm_pool_t2gsp(pl->pl_recalc_period); in ldlm_pool_recalc_grant_plan()
229 grant_step = ((limit - granted) * grant_step) / 100; in ldlm_pool_recalc_grant_plan()
230 pl->pl_grant_plan = granted + grant_step; in ldlm_pool_recalc_grant_plan()
660 int granted, grant_rate, cancel_rate, grant_step; in lprocfs_pool_state_seq_show() local
676 grant_step = ldlm_pool_t2gsp(pl->pl_recalc_period); in lprocfs_pool_state_seq_show()
688 grant_step, grant_plan); in lprocfs_pool_state_seq_show()