Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1682 static struct dupreq *__svc_dupcache_victim(struct dupcache *, time_t);
1797 if ((dr = __svc_dupcache_victim(dc, timenow)) == NULL) in __svc_dup()
1885 __svc_dupcache_victim(struct dupcache *dc, time_t timenow) in __svc_dupcache_victim() function