Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c2739 int i, rtg_count; in rdma_stop() local
2742 if (rdma_xprts->rtg_count == 0) in rdma_stop()
2745 rtg_count = rdma_xprts->rtg_count; in rdma_stop()
2747 for (i = 0; i < rtg_count; i++) { in rdma_stop()
2750 rdma_xprts->rtg_count--; in rdma_stop()
H A Dsvc_rdma.c236 started_xprts->rtg_count = 0; in svc_rdma_kcreate()
308 started_xprts->rtg_count ++; in svc_rdma_kcreate()
326 if (started_xprts->rtg_count == 0) in svc_rdma_kcreate()
H A Dsvc.h844 int rtg_count; /* Number transport records */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c599 started_rdma_xprts.rtg_count = 0; in rdma_start()