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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c885 umem_slab_t *ump_slab; /* slab accoring to umem_findslab() */
1056 umem_findslab(umem_cache_t *cp, void *buf) function
1089 sp = umem_findslab(cp, buf);
1093 if ((sp = umem_findslab(cp, buf)) != NULL)
1119 if (umem_findslab(cp->cache_bufctl_cache, bcp) ==
1742 sp = umem_findslab(cp, buf);

Completed in 52 milliseconds