Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c328 struct kmem_cache *linkinfo_cache; variable
877 linkinfo_cache = kmem_cache_create("linkinfo_cache", in strinit()
1523 linkp = kmem_cache_alloc(linkinfo_cache, KM_SLEEP); in alloclink()
1557 kmem_cache_free(linkinfo_cache, linkp); in lbfree()