Searched refs:sunrpc_table_header (Results 1 – 3 of 3) sorted by relevance
43 static struct ctl_table_header *sunrpc_table_header; variable49 if (!sunrpc_table_header) in rpc_register_sysctl()50 sunrpc_table_header = register_sysctl_table(sunrpc_table); in rpc_register_sysctl()56 if (sunrpc_table_header) { in rpc_unregister_sysctl()57 unregister_sysctl_table(sunrpc_table_header); in rpc_unregister_sysctl()58 sunrpc_table_header = NULL; in rpc_unregister_sysctl()
92 static struct ctl_table_header *sunrpc_table_header; variable3141 if (!sunrpc_table_header) in init_socket_xprt()3142 sunrpc_table_header = register_sysctl_table(sunrpc_table); in init_socket_xprt()3158 if (sunrpc_table_header) { in cleanup_socket_xprt()3159 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()3160 sunrpc_table_header = NULL; in cleanup_socket_xprt()
88 static struct ctl_table_header *sunrpc_table_header; variable780 if (sunrpc_table_header) { in xprt_rdma_cleanup()781 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()782 sunrpc_table_header = NULL; in xprt_rdma_cleanup()805 if (!sunrpc_table_header) in xprt_rdma_init()806 sunrpc_table_header = register_sysctl_table(sunrpc_table); in xprt_rdma_init()