Searched refs:sunrpc_table_header (Results 1 – 3 of 3) sorted by relevance
126 static struct ctl_table_header *sunrpc_table_header; variable169 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()
97 static struct ctl_table_header *sunrpc_table_header; variable3633 if (!sunrpc_table_header) in init_socket_xprt()3634 sunrpc_table_header = register_sysctl("sunrpc", xs_tunables_table); in init_socket_xprt()3651 if (sunrpc_table_header) { in cleanup_socket_xprt()3652 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()3653 sunrpc_table_header = NULL; in cleanup_socket_xprt()
85 static struct ctl_table_header *sunrpc_table_header; variable767 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()