Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sunrpc/
A 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()
A Dxprtsock.c94 static struct ctl_table_header *sunrpc_table_header; variable
3179 if (!sunrpc_table_header) in init_socket_xprt()
3180 sunrpc_table_header = register_sysctl_table(sunrpc_table); in init_socket_xprt()
3196 if (sunrpc_table_header) { in cleanup_socket_xprt()
3197 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()
3198 sunrpc_table_header = NULL; in cleanup_socket_xprt()
/linux-6.3-rc2/net/sunrpc/xprtrdma/
A Dtransport.c85 static struct ctl_table_header *sunrpc_table_header; variable
776 if (sunrpc_table_header) { in xprt_rdma_cleanup()
777 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()
778 sunrpc_table_header = NULL; in xprt_rdma_cleanup()
801 if (!sunrpc_table_header) in xprt_rdma_init()
802 sunrpc_table_header = register_sysctl_table(sunrpc_table); in xprt_rdma_init()

Completed in 11 milliseconds