Lines Matching defs:dupcache
1663 /* dupcache header contains xprt specific information */
1664 struct dupcache {
1678 struct dupcache *, uint32_t, uint32_t);
1679 static struct dupreq *__svc_dupcache_victim(struct dupcache *, time_t);
1681 struct dupcache *, uint32_t, uint32_t, time_t);
1683 struct dupcache *, uint32_t, uint32_t);
1685 static void __svc_dupcache_debug(struct dupcache *);
1688 /* default parameters for the dupcache */
1704 struct dupcache *dc;
1716 dc = malloc(sizeof (struct dupcache));
1776 struct dupcache *dc = (struct dupcache *)xprt_cache;
1808 * uint_t *resp_bufsz,truct dupcache *dc, uint32_t drxid,
1816 struct dupcache *dc, uint32_t drxid, uint32_t drhash)
1878 * __svc_dupcache_victim(struct dupcache *dc, time_t timenow)
1882 __svc_dupcache_victim(struct dupcache *dc, time_t timenow)
1970 * struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow)
1975 struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow)
2024 struct dupcache *dc = (struct dupcache *)xprt_cache;
2056 * uint_t resp_bufsz, int status, struct dupcache *dc, uint32_t drxid,
2064 int status, struct dupcache *dc, uint32_t drxid, uint32_t drhash)
2130 * __svc_dupcache_debug(struct dupcache *dc)
2137 __svc_dupcache_debug(struct dupcache *dc)