Searched defs:drhash (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_clts.c803 uint32_t drhash; local
909 drhash = (uint32_t)DRHASH(dr);
910 dr->dr_chain = drhashtbl[drhash];
911 drhashtbl[drhash] = dr;
912 drhashstat[drhash]++;
948 uint32_t drhash; local
952 drhash = (uint32_t)DRHASH(dr);
953 drt = drhashtbl[drhash];
956 drhashstat[drhash]--;
958 drhashtbl[drhash]
[all...]
H A Dsvc_cots.c769 uint32_t drhash; local
880 drhash = (uint32_t)DRHASH(dr);
881 dr->dr_chain = cotsdrhashtbl[drhash];
882 cotsdrhashtbl[drhash] = dr;
883 cotsdrhashstat[drhash]++;
918 uint32_t drhash; local
922 drhash = (uint32_t)DRHASH(dr);
923 drt = cotsdrhashtbl[drhash];
926 cotsdrhashstat[drhash]--;
928 cotsdrhashtbl[drhash]
[all...]
H A Dsvc_rdma.c1183 uint32_t drhash; local
1288 drhash = (uint32_t)DRHASH(dr);
1289 dr->dr_chain = rdmadrhashtbl[drhash];
1290 rdmadrhashtbl[drhash] = dr;
1291 rdmadrhashstat[drhash]++;
1321 uint32_t drhash; local
1325 drhash = (uint32_t)DRHASH(dr);
1326 drt = rdmadrhashtbl[drhash];
1329 rdmadrhashstat[drhash]--;
1331 rdmadrhashtbl[drhash]
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1769 uint32_t drxid, drhash; local
1787 drhash = drxid % dc->dc_buckets;
1790 drhash)) != DUP_NEW)
1796 if ((rc = __svc_dupcache_enter(req, dr, dc, drxid, drhash, timenow))
1808 * uint32_t drhash)
1815 struct dupcache *dc, uint32_t drxid, uint32_t drhash)
1820 dr = dc->dc_hashtbl[drhash];
1829 if (dr->dr_hash != drhash) {
1969 * struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow)
1974 struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_
1814 __svc_dupcache_check(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz, struct dupcache *dc, uint32_t drxid, uint32_t drhash) argument
1973 __svc_dupcache_enter(struct svc_req *req, struct dupreq *dr, struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow) argument
2019 uint32_t drxid, drhash; local
2062 __svc_dupcache_update(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status, struct dupcache *dc, uint32_t drxid, uint32_t drhash) argument
[all...]

Completed in 55 milliseconds