Searched refs:lprocfs_alloc_stats (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 541 lprocfs_alloc_stats(unsigned int num, enum lprocfs_stats_flags flags); 841 lprocfs_alloc_stats(unsigned int num, enum lprocfs_stats_flags flags) in lprocfs_alloc_stats() function
|
D | obd_class.h | 425 tmp->nid_ldlm_stats = lprocfs_alloc_stats(LDLM_LAST_OPC - LDLM_FIRST_OPC in lprocfs_nid_ldlm_stats_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1068 struct lprocfs_stats *lprocfs_alloc_stats(unsigned int num, in lprocfs_alloc_stats() function 1122 EXPORT_SYMBOL(lprocfs_alloc_stats); 1396 stats = lprocfs_alloc_stats(num_stats, 0); in lprocfs_alloc_obd_stats() 1487 stats = lprocfs_alloc_stats(num_stats, 0); in lprocfs_alloc_md_stats()
|
D | class_obd.c | 533 obd_memory = lprocfs_alloc_stats(OBD_STATS_NUM, in init_obdclass()
|
D | lu_object.c | 1018 s->ls_stats = lprocfs_alloc_stats(LU_SS_LAST_STAT, 0); in lu_site_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 1022 sbi->ll_stats = lprocfs_alloc_stats(LPROC_LL_FILE_OPCODES, in lprocfs_register_mountpoint() 1047 sbi->ll_ra_stats = lprocfs_alloc_stats(ARRAY_SIZE(ra_stat_string), in lprocfs_register_mountpoint()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_pool.c | 788 pl->pl_stats = lprocfs_alloc_stats(LDLM_POOL_LAST_STAT - in ldlm_pool_proc_init()
|
D | ldlm_resource.c | 348 ns->ns_stats = lprocfs_alloc_stats(LDLM_NSS_LAST, 0); in ldlm_namespace_proc_register()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 199 svc_stats = lprocfs_alloc_stats(EXTRA_MAX_OPCODES+LUSTRE_MAX_OPCODES, in ptlrpc_lprocfs_register()
|