Home
last modified time | relevance | path

Searched refs:rpc_clnt_show_stats (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dmetrics.h90 void rpc_clnt_show_stats(struct seq_file *, struct rpc_clnt *);
103 static inline void rpc_clnt_show_stats(struct seq_file *seq, struct rpc_clnt *clnt) {} in rpc_clnt_show_stats() function
/openbmc/linux/net/sunrpc/
H A Dstats.c255 void rpc_clnt_show_stats(struct seq_file *seq, struct rpc_clnt *clnt) in rpc_clnt_show_stats() function
281 EXPORT_SYMBOL_GPL(rpc_clnt_show_stats);
/openbmc/linux/fs/nfs/
H A Dsuper.c721 rpc_clnt_show_stats(m, nfss->client); in nfs_show_stats()