Home
last modified time | relevance | path

Searched refs:_umem_cache_alloc (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/libumem/common/
H A Dumem_base.h114 extern void *_umem_cache_alloc(umem_cache_t *cache, int flags);
H A Dumem.c1424 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_alloc
1902 _umem_cache_alloc(umem_cache_t *cp, int umflag) in _umem_cache_alloc() function
2078 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()
H A Dvmem.c1077 return (_umem_cache_alloc(vmp->vm_qcache[(size - 1) >> in vmem_alloc()