Searched refs:svc_stat (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/sunrpc/ |
| H A D | stats.h | 29 struct svc_stat { struct 46 int svc_stat_alloc_counts(struct svc_stat *statp); argument 47 void svc_stat_free_counts(struct svc_stat *statp); 55 struct proc_dir_entry * svc_proc_register(struct net *, struct svc_stat *, 60 const struct svc_stat *); 74 static inline struct proc_dir_entry *svc_proc_register(struct net *net, struct svc_stat *s, in svc_proc_register() 79 const struct svc_stat *st) {} in svc_seq_show()
|
| H A D | svc.h | 74 struct svc_stat * sv_stats; /* RPC statistics */ 463 struct svc_stat *stats,
|
| /linux/net/sunrpc/ |
| H A D | stats.c | 82 void svc_seq_show(struct seq_file *seq, const struct svc_stat *statp) in svc_seq_show() 315 svc_proc_register(struct net *net, struct svc_stat *statp, const struct proc_ops *proc_ops) in svc_proc_register()
|
| H A D | svc.c | 392 __svc_create(struct svc_program *prog, int nprogs, struct svc_stat *stats, in __svc_create() 491 struct svc_stat *stats, in svc_create_pooled() 1374 int svc_stat_alloc_counts(struct svc_stat *statp) in svc_stat_alloc_counts() 1405 void svc_stat_free_counts(struct svc_stat *statp) in svc_stat_free_counts()
|
| /linux/fs/nfsd/ |
| H A D | netns.h | 214 struct svc_stat nfsd_svcstats;
|
| H A D | nfsctl.c | 2356 struct svc_stat *statp) in nfsd_nl_server_stats_scalars() 2403 struct svc_stat *statp, in nfsd_nl_server_stats_proc() 2508 struct svc_stat *statp = &nn->nfsd_svcstats; in nfsd_nl_server_stats_get_dumpit()
|