smb_perfcount_module   28 source3/smbd/perfcount.c 	struct smb_perfcount_module *prev, *next;
smb_perfcount_module   31 source3/smbd/perfcount.c struct smb_perfcount_module *modules = NULL;
smb_perfcount_module   46 source3/smbd/perfcount.c static struct smb_perfcount_module *smb_perfcount_find_module(const char *name)
smb_perfcount_module   48 source3/smbd/perfcount.c 	struct smb_perfcount_module *entry = modules;
smb_perfcount_module   62 source3/smbd/perfcount.c 	struct smb_perfcount_module *entry = modules;
smb_perfcount_module   85 source3/smbd/perfcount.c 	entry = SMB_XMALLOC_P(struct smb_perfcount_module);
smb_perfcount_module  103 source3/smbd/perfcount.c 	const struct smb_perfcount_module *entry;