Home
last modified time | relevance | path

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

/net/sunrpc/
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()
A Dxprtsock.c98 static struct ctl_table_header *sunrpc_table_header; variable
3675 if (!sunrpc_table_header) in init_socket_xprt()
3676 sunrpc_table_header = register_sysctl("sunrpc", xs_tunables_table); in init_socket_xprt()
3693 if (sunrpc_table_header) { in cleanup_socket_xprt()
3694 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()
3695 sunrpc_table_header = NULL; in cleanup_socket_xprt()
/net/sunrpc/xprtrdma/
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()

Completed in 12 milliseconds