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);
1424 if ((sp = _umem_cache_alloc(umem_slab_cache, umflag)) == NULL) in umem_slab_create()1441 bcp = _umem_cache_alloc(cp->cache_bufctl_cache, umflag); in umem_slab_create()1900 #pragma weak umem_cache_alloc = _umem_cache_alloc1902 _umem_cache_alloc(umem_cache_t *cp, int umflag) in _umem_cache_alloc() function2078 emp = _umem_cache_alloc(mtp->mt_cache, UMEM_DEFAULT); in _umem_cache_free()2133 buf = _umem_cache_alloc(cp, umflag); in _umem_zalloc()2160 buf = _umem_cache_alloc(cp, umflag); in _umem_alloc()
1077 return (_umem_cache_alloc(vmp->vm_qcache[(size - 1) >> in vmem_alloc()