Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c140 static struct kmem_cache *endpnt_cache; /* cache of endpnt_t's */ variable
1566 new = kmem_cache_alloc(endpnt_cache, KM_NOSLEEP); in endpnt_get()
1923 kmem_cache_free(endpnt_cache, e); in endpnt_reclaim()
2241 endpnt_cache = kmem_cache_create("clnt_clts_endpnt_cache", in clnt_clts_init()