Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsysctl.c126 static struct ctl_table_header *sunrpc_table_header; variable
168 if (!sunrpc_table_header) in rpc_register_sysctl()
169 sunrpc_table_header = register_sysctl("sunrpc", debug_table); in rpc_register_sysctl()
175 if (sunrpc_table_header) { in rpc_unregister_sysctl()
176 unregister_sysctl_table(sunrpc_table_header); in rpc_unregister_sysctl()
177 sunrpc_table_header = NULL; in rpc_unregister_sysctl()
H A Dxprtsock.c98 static struct ctl_table_header *sunrpc_table_header; variable
3641 if (!sunrpc_table_header) in init_socket_xprt()
3642 sunrpc_table_header = register_sysctl("sunrpc", xs_tunables_table); in init_socket_xprt()
3659 if (sunrpc_table_header) { in cleanup_socket_xprt()
3660 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()
3661 sunrpc_table_header = NULL; in cleanup_socket_xprt()
/linux/net/sunrpc/xprtrdma/
H A Dtransport.c85 static struct ctl_table_header *sunrpc_table_header; variable
766 if (sunrpc_table_header) { in xprt_rdma_cleanup()
767 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()
768 sunrpc_table_header = NULL; in xprt_rdma_cleanup()
791 if (!sunrpc_table_header) in xprt_rdma_init()
792 sunrpc_table_header = register_sysctl("sunrpc", xr_tunables_table); in xprt_rdma_init()