Searched refs:dupcache (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 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() [all …]
|