Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sunrpc/
H A Dmetrics.h85 struct rpc_iostats * rpc_alloc_iostats(struct rpc_clnt *);
95 static inline struct rpc_iostats *rpc_alloc_iostats(struct rpc_clnt *clnt) { return NULL; } in rpc_alloc_iostats() function
/openbmc/linux/net/sunrpc/
H A Dstats.c124 struct rpc_iostats *rpc_alloc_iostats(struct rpc_clnt *clnt) in rpc_alloc_iostats() function
136 EXPORT_SYMBOL_GPL(rpc_alloc_iostats);
H A Dclnt.c403 clnt->cl_metrics = rpc_alloc_iostats(clnt); in rpc_new_client()