Searched refs:linkinfo_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c325 struct kmem_cache *linkinfo_cache; variable in typeref:struct:kmem_cache
873 linkinfo_cache = kmem_cache_create("linkinfo_cache",
1519 linkp = kmem_cache_alloc(linkinfo_cache, KM_SLEEP);
1553 kmem_cache_free(linkinfo_cache, linkp);

Completed in 58 milliseconds