Home
last modified time | relevance | path

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

/net/sunrpc/xprtrdma/
Dsvc_rdma.c109 static struct ctl_table_header *svcrdma_table_header; variable
235 if (!svcrdma_table_header) in svc_rdma_proc_cleanup()
237 unregister_sysctl_table(svcrdma_table_header); in svc_rdma_proc_cleanup()
238 svcrdma_table_header = NULL; in svc_rdma_proc_cleanup()
250 if (svcrdma_table_header) in svc_rdma_proc_init()
266 svcrdma_table_header = register_sysctl_table(svcrdma_root_table); in svc_rdma_proc_init()