Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c284 if (recalc_interval_sec < pl->pl_recalc_period) in ldlm_cli_pool_recalc()
292 if (recalc_interval_sec < pl->pl_recalc_period) { in ldlm_cli_pool_recalc()
407 pl->pl_recalc_period; in ldlm_pool_recalc()
413 (s64)pl->pl_recalc_period); in ldlm_pool_recalc()
691 pl->pl_recalc_period = LDLM_POOL_CLI_DEF_RECALC_PERIOD; in ldlm_pool_init()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h257 time64_t pl_recalc_period; member