Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1228 kmem_findslab(kmem_cache_t *cp, void *buf) in kmem_findslab() function
1266 sp = kmem_findslab(cp, buf); in kmem_error()
1270 if ((sp = kmem_findslab(cp, buf)) != NULL) in kmem_error()
1296 if (kmem_findslab(cp->cache_bufctl_cache, bcp) == in kmem_error()
1995 sp = kmem_findslab(cp, buf); in kmem_cache_free_debug()