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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c1428 if ((sp = _umem_cache_alloc(umem_slab_cache, umflag)) == NULL)
1445 bcp = _umem_cache_alloc(cp->cache_bufctl_cache, umflag);
1904 #pragma weak umem_cache_alloc = _umem_cache_alloc
1906 _umem_cache_alloc(umem_cache_t *cp, int umflag) function
2082 emp = _umem_cache_alloc(mtp->mt_cache, UMEM_DEFAULT);
2137 buf = _umem_cache_alloc(cp, umflag);
2164 buf = _umem_cache_alloc(cp, umflag);

Completed in 67 milliseconds