Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h120 struct lprocfs_stats *nid_ldlm_stats; member
Dobd_class.h425 tmp->nid_ldlm_stats = lprocfs_alloc_stats(LDLM_LAST_OPC - LDLM_FIRST_OPC in lprocfs_nid_ldlm_stats_init()
427 if (tmp->nid_ldlm_stats == NULL) in lprocfs_nid_ldlm_stats_init()
430 lprocfs_init_ldlm_stats(tmp->nid_ldlm_stats); in lprocfs_nid_ldlm_stats_init()
433 tmp->nid_ldlm_stats); in lprocfs_nid_ldlm_stats_init()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1006 if (client_stat->nid_ldlm_stats) in lprocfs_free_client_stats()
1007 lprocfs_free_stats(&client_stat->nid_ldlm_stats); in lprocfs_free_client_stats()