Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dsysctl.c126 static struct ctl_table_header *sunrpc_table_header; variable
169 if (!sunrpc_table_header) in rpc_register_sysctl()
170 sunrpc_table_header = register_sysctl("sunrpc", debug_table); in rpc_register_sysctl()
176 if (sunrpc_table_header) { in rpc_unregister_sysctl()
177 unregister_sysctl_table(sunrpc_table_header); in rpc_unregister_sysctl()
178 sunrpc_table_header = NULL; in rpc_unregister_sysctl()
H A Dxprtsock.c97 static struct ctl_table_header *sunrpc_table_header; variable
3657 if (!sunrpc_table_header) in init_socket_xprt()
3658 sunrpc_table_header = register_sysctl("sunrpc", xs_tunables_table); in init_socket_xprt()
3675 if (sunrpc_table_header) { in cleanup_socket_xprt()
3676 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()
3677 sunrpc_table_header = NULL; in cleanup_socket_xprt()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dtransport.c85 static struct ctl_table_header *sunrpc_table_header; variable
767 if (sunrpc_table_header) { in xprt_rdma_cleanup()
768 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()
769 sunrpc_table_header = NULL; in xprt_rdma_cleanup()
792 if (!sunrpc_table_header) in xprt_rdma_init()
793 sunrpc_table_header = register_sysctl("sunrpc", xr_tunables_table); in xprt_rdma_init()