Searched refs:lprocfs_register_stats (Results 1 – 6 of 6) sorted by relevance
| /linux-4.1.27/drivers/staging/lustre/lustre/include/ |
| D | lprocfs_status.h | 578 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
|
| D | obd_class.h | 432 return lprocfs_register_stats(tmp->nid_proc, "ldlm_stats", in lprocfs_nid_ldlm_stats_init()
|
| /linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
| D | lprocfs_status.c | 1274 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/ |
| D | lproc_llite.c | 1043 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/ |
| D | ldlm_pool.c | 828 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/ |
| D | lproc_ptlrpc.c | 247 rc = lprocfs_register_stats(svc_procroot, name, svc_stats); in ptlrpc_lprocfs_register()
|