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()
86 static struct ctl_table_header *sunrpc_table_header; variable2938 if (!sunrpc_table_header) in init_socket_xprt()2939 sunrpc_table_header = register_sysctl_table(sunrpc_table); in init_socket_xprt()2957 if (sunrpc_table_header) { in cleanup_socket_xprt()2958 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()2959 sunrpc_table_header = NULL; in cleanup_socket_xprt()
87 static struct ctl_table_header *sunrpc_table_header; variable720 if (sunrpc_table_header) { in xprt_rdma_cleanup()721 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()722 sunrpc_table_header = NULL; in xprt_rdma_cleanup()751 if (!sunrpc_table_header) in xprt_rdma_init()752 sunrpc_table_header = register_sysctl_table(sunrpc_table); in xprt_rdma_init()