#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/sunrpc/clnt.h>
#include <linux/sunrpc/svcsock.h>
#include <linux/sunrpc/metrics.h>
#include <linux/rcupdate.h>
#include "netns.h"
Go to the source code of this file.
rpc_alloc_iostats - allocate an rpc_iostats structure : RPC program, version, and xprt
Definition at line 117 of file stats.c.
rpc_count_iostats - tally up per-task stats : completed rpc_task : array of stat structures
Relies on the caller for serialization.
Definition at line 141 of file stats.c.