Searched refs:_umem_cache_alloc (Results 1 – 3 of 3) sorted by relevance
114 extern void *_umem_cache_alloc(umem_cache_t *cache, int flags);
1428 if ((sp = _umem_cache_alloc(umem_slab_cache, umflag)) == NULL) in umem_slab_create()1445 bcp = _umem_cache_alloc(cp->cache_bufctl_cache, umflag); in umem_slab_create()1904 #pragma weak umem_cache_alloc = _umem_cache_alloc1906 _umem_cache_alloc(umem_cache_t *cp, int umflag) in _umem_cache_alloc() function2082 emp = _umem_cache_alloc(mtp->mt_cache, UMEM_DEFAULT); in _umem_cache_free()2137 buf = _umem_cache_alloc(cp, umflag); in _umem_zalloc()2164 buf = _umem_cache_alloc(cp, umflag); in _umem_alloc()
1082 return (_umem_cache_alloc(vmp->vm_qcache[(size - 1) >> in vmem_alloc()