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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c621 umem_slab_t *ump_slab; /* slab accoring to umem_findslab() */
792 umem_findslab(umem_cache_t *cp, void *buf) function
825 sp = umem_findslab(cp, buf);
829 if ((sp = umem_findslab(cp, buf)) != NULL)
855 if (umem_findslab(cp->cache_bufctl_cache, bcp) ==
1475 sp = umem_findslab(cp, buf);

Completed in 55 milliseconds