Home
last modified time | relevance | path

Searched refs:sunrpc_table_header (Results 1 – 3 of 3) sorted by relevance

/net/sunrpc/
Dsysctl.c43 static struct ctl_table_header *sunrpc_table_header; variable
49 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()
Dxprtsock.c92 static struct ctl_table_header *sunrpc_table_header; variable
3164 if (!sunrpc_table_header) in init_socket_xprt()
3165 sunrpc_table_header = register_sysctl_table(sunrpc_table); in init_socket_xprt()
3181 if (sunrpc_table_header) { in cleanup_socket_xprt()
3182 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()
3183 sunrpc_table_header = NULL; in cleanup_socket_xprt()
/net/sunrpc/xprtrdma/
Dtransport.c89 static struct ctl_table_header *sunrpc_table_header; variable
783 if (sunrpc_table_header) { in xprt_rdma_cleanup()
784 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()
785 sunrpc_table_header = NULL; in xprt_rdma_cleanup()
808 if (!sunrpc_table_header) in xprt_rdma_init()
809 sunrpc_table_header = register_sysctl_table(sunrpc_table); in xprt_rdma_init()