Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h578 extern int lprocfs_register_stats(struct proc_dir_entry *root, const char *name,
847 static inline int lprocfs_register_stats(struct proc_dir_entry *root, in lprocfs_register_stats() function
Dobd_class.h432 return lprocfs_register_stats(tmp->nid_proc, "ldlm_stats", in lprocfs_nid_ldlm_stats_init()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1274 int lprocfs_register_stats(struct proc_dir_entry *root, const char *name, in lprocfs_register_stats() function
1287 EXPORT_SYMBOL(lprocfs_register_stats);
1412 rc = lprocfs_register_stats(obd->obd_proc_entry, "stats", stats); in lprocfs_alloc_obd_stats()
1500 rc = lprocfs_register_stats(obd->obd_proc_entry, "md_stats", stats); in lprocfs_alloc_md_stats()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c1043 err = lprocfs_register_stats(sbi->ll_proc_root, "stats", sbi->ll_stats); in lprocfs_register_mountpoint()
1057 err = lprocfs_register_stats(sbi->ll_proc_root, "read_ahead_stats", in lprocfs_register_mountpoint()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c828 rc = lprocfs_register_stats(pl->pl_proc_dir, "stats", pl->pl_stats); in ldlm_pool_proc_init()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c247 rc = lprocfs_register_stats(svc_procroot, name, svc_stats); in ptlrpc_lprocfs_register()