Searched defs:kmem_findslab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1175 kmem_slab_t *kmp_slab; /* slab accoring to kmem_findslab() */
1259 kmem_findslab(kmem_cache_t *cp, void *buf) function
1297 sp = kmem_findslab(cp, buf);
1301 if ((sp = kmem_findslab(cp, buf)) != NULL)
1327 if (kmem_findslab(cp->cache_bufctl_cache, bcp) ==
2032 sp = kmem_findslab(cp, buf);

Completed in 74 milliseconds