Home
last modified time | relevance | path

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

/linux-4.4.14/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
3113 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()
/linux-4.4.14/net/sunrpc/xprtrdma/
Dtransport.c81 static struct ctl_table_header *sunrpc_table_header; variable
731 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()