Lines Matching full:rpc
5 * procfs-based user access to generic RPC statistics. The stats files
6 * reside in /proc/net/rpc.
9 * If you implement an RPC service that has its own stats routine which
10 * appends the generic RPC stats, make sure you don't exceed the PAGE_SIZE
35 * Get RPC client stats
49 "rpc %u %u %u\n", in rpc_proc_show()
80 * Get RPC server stats
96 "rpc %u %u %u %u %u\n", in svc_seq_show()
121 * @clnt: RPC program, version, and xprt
284 * Register/unregister RPC proc files
292 dprintk("RPC: registering /proc/net/rpc/%s\n", name); in do_register()
335 dprintk("RPC: registering /proc/net/rpc\n"); in rpc_proc_init()
337 sn->proc_net_rpc = proc_mkdir("rpc", net->proc_net); in rpc_proc_init()
346 dprintk("RPC: unregistering /proc/net/rpc\n"); in rpc_proc_exit()
347 remove_proc_entry("rpc", net->proc_net); in rpc_proc_exit()