Searched refs:sunrpc_table_header (Results 1 – 3 of 3) sorted by relevance
42 static struct ctl_table_header *sunrpc_table_header; variable48 if (!sunrpc_table_header) in rpc_register_sysctl()49 sunrpc_table_header = register_sysctl_table(sunrpc_table); in rpc_register_sysctl()55 if (sunrpc_table_header) { in rpc_unregister_sysctl()56 unregister_sysctl_table(sunrpc_table_header); in rpc_unregister_sysctl()57 sunrpc_table_header = NULL; in rpc_unregister_sysctl()
91 static struct ctl_table_header *sunrpc_table_header; variable3269 if (!sunrpc_table_header) in init_socket_xprt()3270 sunrpc_table_header = register_sysctl_table(sunrpc_table); in init_socket_xprt()3288 if (sunrpc_table_header) { in cleanup_socket_xprt()3289 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()3290 sunrpc_table_header = NULL; in cleanup_socket_xprt()
89 static struct ctl_table_header *sunrpc_table_header; variable855 if (sunrpc_table_header) { in xprt_rdma_cleanup()856 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()857 sunrpc_table_header = NULL; in xprt_rdma_cleanup()904 if (!sunrpc_table_header) in xprt_rdma_init()905 sunrpc_table_header = register_sysctl_table(sunrpc_table); in xprt_rdma_init()