Home
last modified time | relevance | path

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

/linux/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.c92 static struct ctl_table_header *sunrpc_table_header; variable
3104 if (!sunrpc_table_header) in init_socket_xprt()
3105 sunrpc_table_header = register_sysctl_table(sunrpc_table); in init_socket_xprt()
3121 if (sunrpc_table_header) { in cleanup_socket_xprt()
3122 unregister_sysctl_table(sunrpc_table_header); in cleanup_socket_xprt()
3123 sunrpc_table_header = NULL; in cleanup_socket_xprt()
/linux/net/sunrpc/xprtrdma/
A Dtransport.c89 static struct ctl_table_header *sunrpc_table_header; variable
781 if (sunrpc_table_header) { in xprt_rdma_cleanup()
782 unregister_sysctl_table(sunrpc_table_header); in xprt_rdma_cleanup()
783 sunrpc_table_header = NULL; in xprt_rdma_cleanup()
806 if (!sunrpc_table_header) in xprt_rdma_init()
807 sunrpc_table_header = register_sysctl_table(sunrpc_table); in xprt_rdma_init()
/linux/
A DSystem.map163787 ffff80001215e8d0 b sunrpc_table_header
A D.tmp_System.map163787 ffff80001215e8d0 b sunrpc_table_header

Completed in 343 milliseconds