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; variable3113 if (!sunrpc_table_header) in init_socket_xprt()3114 sunrpc_table_header = register_sysctl_table(sunrpc_table); in init_socket_xprt()3132 if (sunrpc_table_header) { in cleanup_socket_xprt()3133 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()3134 sunrpc_table_header = NULL; in cleanup_socket_xprt()
81 static struct ctl_table_header *sunrpc_table_header; variable731 if (sunrpc_table_header) { in xprt_rdma_cleanup()732 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()733 sunrpc_table_header = NULL; in xprt_rdma_cleanup()777 if (!sunrpc_table_header) in xprt_rdma_init()778 sunrpc_table_header = register_sysctl_table(sunrpc_table); in xprt_rdma_init()