Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c2748 curr_rec = rdma_xprts->rtg_listhead; in rdma_stop()
2749 rdma_xprts->rtg_listhead = curr_rec->rtr_next; in rdma_stop()
2788 if (!rdma_xprts->rtg_listhead) in rdma_stop()
H A Dsvc_rdma.c311 xprt_rec->rtr_next = started_xprts->rtg_listhead; in svc_rdma_kcreate()
312 started_xprts->rtg_listhead = xprt_rec; in svc_rdma_kcreate()
H A Dsvc.h846 rdma_xprt_record_t *rtg_listhead; /* Head of the records list */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c600 started_rdma_xprts.rtg_listhead = NULL; in rdma_start()