Home
last modified time | relevance | path

Searched refs:lprocfs_alloc_stats (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h541 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
Dobd_class.h425 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/
Dlprocfs_status.c1068 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()
Dclass_obd.c533 obd_memory = lprocfs_alloc_stats(OBD_STATS_NUM, in init_obdclass()
Dlu_object.c1018 s->ls_stats = lprocfs_alloc_stats(LU_SS_LAST_STAT, 0); in lu_site_init()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c1022 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/
Dldlm_pool.c788 pl->pl_stats = lprocfs_alloc_stats(LDLM_POOL_LAST_STAT - in ldlm_pool_proc_init()
Dldlm_resource.c348 ns->ns_stats = lprocfs_alloc_stats(LDLM_NSS_LAST, 0); in ldlm_namespace_proc_register()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c199 svc_stats = lprocfs_alloc_stats(EXTRA_MAX_OPCODES+LUSTRE_MAX_OPCODES, in ptlrpc_lprocfs_register()