Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h117 struct dupreq { struct
126 struct dupreq *dr_next; argument
127 struct dupreq *dr_chain; argument
180 struct dupreq **, bool_t *);
182 void (*xp_dupdone)(struct dupreq *, caddr_t, void (*)(), int, int);
1102 struct dupreq { struct
1112 struct dupreq *dr_next; argument
1113 struct dupreq *dr_prev; argument
1114 struct dupreq *dr_chain; argument
1115 struct dupreq *dr_prevchain; argument
H A Dsvc_cots.c84 struct dupreq **, bool_t *);
85 static void svc_cots_kdupdone(struct dupreq *, caddr_t,
736 static struct dupreq *cotsdrhashtbl[DRHASHSZ];
739 static void unhash(struct dupreq *);
745 struct dupreq *cotsdrmru;
765 svc_cots_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp, in svc_cots_kdup()
769 struct dupreq *dr; in svc_cots_kdup()
901 svc_cots_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), in svc_cots_kdupdone()
916 unhash(struct dupreq *dr) in unhash()
918 struct dupreq *drt; in unhash()
[all …]
H A Dsvc_clts.c80 struct dupreq **, bool_t *);
81 static void svc_clts_kdupdone(struct dupreq *, caddr_t,
770 static struct dupreq *drhashtbl[DRHASHSZ];
773 static void unhash(struct dupreq *);
779 struct dupreq *drmru;
799 svc_clts_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp, in svc_clts_kdup()
803 struct dupreq *dr; in svc_clts_kdup()
930 svc_clts_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), in svc_clts_kdupdone()
946 unhash(struct dupreq *dr) in unhash()
948 struct dupreq *drt; in unhash()
[all …]
H A Dsvc_rdma.c115 struct dupreq **, bool_t *);
116 static void svc_rdma_kdupdone(struct dupreq *, caddr_t,
1162 static struct dupreq *rdmadrhashtbl[DRHASHSZ];
1165 static void unhash(struct dupreq *);
1171 struct dupreq *rdmadrmru;
1180 svc_rdma_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp, in svc_rdma_kdup()
1183 struct dupreq *dr; in svc_rdma_kdup()
1304 svc_rdma_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), in svc_rdma_kdupdone()
1319 unhash(struct dupreq *dr) in unhash()
1321 struct dupreq *drt; in unhash()
[all …]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1673 struct dupreq *dc_mru;
1674 struct dupreq **dc_hashtbl;
1683 static int __svc_dupcache_enter(struct svc_req *, struct dupreq *,
1736 sizeof (struct dupreq *)); in __svc_dupcache_init()
1775 struct dupreq *dr = NULL; in __svc_dup()
1821 struct dupreq *dr = NULL; in __svc_dupcache_check()
1884 static struct dupreq *
1887 struct dupreq *dr = NULL; in __svc_dupcache_victim()
1977 __svc_dupcache_enter(struct svc_req *req, struct dupreq *dr, in __svc_dupcache_enter()
2069 struct dupreq *dr = NULL; in __svc_dupcache_update()
[all …]
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_dispatch.c112 struct dupreq *dr; in nlm_dispatch()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1509 struct dupreq *dr; in common_dispatch()