Lines Matching refs:dupcache
1664 struct dupcache { struct
1678 struct dupcache *, uint32_t, uint32_t); argument
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 *);
1704 struct dupcache *dc; in __svc_dupcache_init()
1716 dc = malloc(sizeof (struct dupcache)); in __svc_dupcache_init()
1776 struct dupcache *dc = (struct dupcache *)xprt_cache; in __svc_dup()
1816 struct dupcache *dc, uint32_t drxid, uint32_t drhash) in __svc_dupcache_check()
1882 __svc_dupcache_victim(struct dupcache *dc, time_t timenow) in __svc_dupcache_victim()
1975 struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow) in __svc_dupcache_enter()
2024 struct dupcache *dc = (struct dupcache *)xprt_cache; in __svc_dupdone()
2064 int status, struct dupcache *dc, uint32_t drxid, uint32_t drhash) in __svc_dupcache_update()
2137 __svc_dupcache_debug(struct dupcache *dc) in __svc_dupcache_debug()