Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c996 struct lprocfs_stats *lprocfs_alloc_stats(unsigned int num, in lprocfs_alloc_stats() function
1050 EXPORT_SYMBOL(lprocfs_alloc_stats);
Dlu_object.c984 s->ls_stats = lprocfs_alloc_stats(LU_SS_LAST_STAT, 0); in lu_site_init()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c605 pl->pl_stats = lprocfs_alloc_stats(LDLM_POOL_LAST_STAT - in ldlm_pool_debugfs_init()
Dldlm_resource.c402 ns->ns_stats = lprocfs_alloc_stats(LDLM_NSS_LAST, 0); in ldlm_namespace_sysfs_register()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h540 lprocfs_alloc_stats(unsigned int num, enum lprocfs_stats_flags flags);
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c1013 sbi->ll_stats = lprocfs_alloc_stats(LPROC_LL_FILE_OPCODES, in ldebugfs_register_mountpoint()
1040 sbi->ll_ra_stats = lprocfs_alloc_stats(ARRAY_SIZE(ra_stat_string), in ldebugfs_register_mountpoint()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c198 svc_stats = lprocfs_alloc_stats(EXTRA_MAX_OPCODES+LUSTRE_MAX_OPCODES, in ptlrpc_ldebugfs_register()