Searched refs:dupreq (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/rpc/ |
H A D | svc.h | 115 struct dupreq { struct 124 struct dupreq *dr_next; argument 125 struct dupreq *dr_chain; argument 178 struct dupreq **, bool_t *); 180 void (*xp_dupdone)(struct dupreq *, caddr_t, void (*)(), int, int); 1071 struct dupreq { struct 1081 struct dupreq *dr_next; argument 1082 struct dupreq *dr_prev; argument 1083 struct dupreq *dr_chain; argument 1084 struct dupreq *dr_prevchain; argument
|
H A D | svc_cots.c | 79 struct dupreq **, bool_t *); 80 static void svc_cots_kdupdone(struct dupreq *, caddr_t, 724 static struct dupreq *cotsdrhashtbl[DRHASHSZ]; 727 static void unhash(struct dupreq *); 733 struct dupreq *cotsdrmru; 753 svc_cots_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp, in svc_cots_kdup() 757 struct dupreq *dr; in svc_cots_kdup() 889 svc_cots_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), in svc_cots_kdupdone() 904 unhash(struct dupreq *dr) in unhash() 906 struct dupreq *drt; in unhash() [all …]
|
H A D | svc_clts.c | 75 struct dupreq **, bool_t *); 76 static void svc_clts_kdupdone(struct dupreq *, caddr_t, 754 static struct dupreq *drhashtbl[DRHASHSZ]; 757 static void unhash(struct dupreq *); 763 struct dupreq *drmru; 783 svc_clts_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp, in svc_clts_kdup() 787 struct dupreq *dr; in svc_clts_kdup() 914 svc_clts_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), in svc_clts_kdupdone() 930 unhash(struct dupreq *dr) in unhash() 932 struct dupreq *drt; in unhash() [all …]
|
H A D | svc_rdma.c | 112 struct dupreq **, bool_t *); 113 static void svc_rdma_kdupdone(struct dupreq *, caddr_t, 1160 static struct dupreq *rdmadrhashtbl[DRHASHSZ]; 1163 static void unhash(struct dupreq *); 1169 struct dupreq *rdmadrmru; 1178 svc_rdma_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp, in svc_rdma_kdup() 1181 struct dupreq *dr; in svc_rdma_kdup() 1302 svc_rdma_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), in svc_rdma_kdupdone() 1317 unhash(struct dupreq *dr) in unhash() 1319 struct dupreq *drt; in unhash() [all …]
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 1670 struct dupreq *dc_mru; 1671 struct dupreq **dc_hashtbl; 1679 static struct dupreq *__svc_dupcache_victim(struct dupcache *, time_t); 1680 static int __svc_dupcache_enter(struct svc_req *, struct dupreq *, 1733 sizeof (struct dupreq *)); in __svc_dupcache_init() 1772 struct dupreq *dr = NULL; in __svc_dup() 1818 struct dupreq *dr = NULL; in __svc_dupcache_check() 1881 static struct dupreq * 1884 struct dupreq *dr = NULL; in __svc_dupcache_victim() 1974 __svc_dupcache_enter(struct svc_req *req, struct dupreq *dr, in __svc_dupcache_enter() [all …]
|
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdcsrv.c | 171 struct dupreq *dr; in rdcsrv_dispdup()
|
/titanic_44/usr/src/uts/common/klm/ |
H A D | nlm_dispatch.c | 112 struct dupreq *dr; in nlm_dispatch()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 1500 struct dupreq *dr; in common_dispatch()
|