Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/
Dsysctl.c126 static struct ctl_table_header *sunrpc_table_header; variable
168 if (!sunrpc_table_header) in rpc_register_sysctl()
169 sunrpc_table_header = register_sysctl("sunrpc", debug_table); in rpc_register_sysctl()
175 if (sunrpc_table_header) { in rpc_unregister_sysctl()
176 unregister_sysctl_table(sunrpc_table_header); in rpc_unregister_sysctl()
177 sunrpc_table_header = NULL; in rpc_unregister_sysctl()
Dxprtsock.c98 static struct ctl_table_header *sunrpc_table_header; variable
3649 if (!sunrpc_table_header) in init_socket_xprt()
3650 sunrpc_table_header = register_sysctl("sunrpc", xs_tunables_table); in init_socket_xprt()
3667 if (sunrpc_table_header) { in cleanup_socket_xprt()
3668 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()
3669 sunrpc_table_header = NULL; in cleanup_socket_xprt()
/linux-6.12.1/net/sunrpc/xprtrdma/
Dtransport.c85 static struct ctl_table_header *sunrpc_table_header; variable
766 if (sunrpc_table_header) { in xprt_rdma_cleanup()
767 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()
768 sunrpc_table_header = NULL; in xprt_rdma_cleanup()
791 if (!sunrpc_table_header) in xprt_rdma_init()
792 sunrpc_table_header = register_sysctl("sunrpc", xr_tunables_table); in xprt_rdma_init()