Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c244 lprocfs_counter_add(pl->pl_stats, LDLM_POOL_SLV_STAT, in ldlm_pool_recalc_stats()
246 lprocfs_counter_add(pl->pl_stats, LDLM_POOL_GRANTED_STAT, in ldlm_pool_recalc_stats()
248 lprocfs_counter_add(pl->pl_stats, LDLM_POOL_GRANT_RATE_STAT, in ldlm_pool_recalc_stats()
250 lprocfs_counter_add(pl->pl_stats, LDLM_POOL_GRANT_PLAN_STAT, in ldlm_pool_recalc_stats()
252 lprocfs_counter_add(pl->pl_stats, LDLM_POOL_CANCEL_RATE_STAT, in ldlm_pool_recalc_stats()
327 lprocfs_counter_add(pl->pl_stats, LDLM_POOL_TIMING_STAT, in ldlm_cli_pool_recalc()
403 lprocfs_counter_add(pl->pl_stats, LDLM_POOL_RECALC_STAT, in ldlm_pool_recalc()
432 lprocfs_counter_add(pl->pl_stats, in ldlm_pool_shrink()
435 lprocfs_counter_add(pl->pl_stats, in ldlm_pool_shrink()
605 pl->pl_stats = lprocfs_alloc_stats(LDLM_POOL_LAST_STAT - in ldlm_pool_debugfs_init()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h263 struct lprocfs_stats *pl_stats; member