Searched refs:umem_cache_alloc (Results 1 – 5 of 5) sorted by relevance
78 extern void *umem_cache_alloc(umem_cache_t *, int);
125 void *umem_cache_alloc(umem_cache_t *cache, int flags) in umem_cache_alloc() function
174 umem_cache_alloc(umem_cache_t *cp, int flags) in umem_cache_alloc() function
150 redup_entry_t *rde = umem_cache_alloc(rdt->ddecache, UMEM_NOFAIL); in rdt_insert()
423 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)