Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dsysctl.c42 static struct ctl_table_header *sunrpc_table_header; variable
48 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()
Dxprtsock.c86 static struct ctl_table_header *sunrpc_table_header; variable
2938 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()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dtransport.c87 static struct ctl_table_header *sunrpc_table_header; variable
720 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()