Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1667 struct dupcache { struct
1681 struct dupcache *, uint32_t, uint32_t); argument
1682 static struct dupreq *__svc_dupcache_victim(struct dupcache *, time_t);
1684 struct dupcache *, uint32_t, uint32_t, time_t);
1686 struct dupcache *, uint32_t, uint32_t);
1688 static void __svc_dupcache_debug(struct dupcache *);
1707 struct dupcache *dc; in __svc_dupcache_init()
1719 dc = malloc(sizeof (struct dupcache)); in __svc_dupcache_init()
1779 struct dupcache *dc = (struct dupcache *)xprt_cache; in __svc_dup()
1819 struct dupcache *dc, uint32_t drxid, uint32_t drhash) in __svc_dupcache_check()
[all …]