Searched refs:umem_cache_alloc (Results 1 – 6 of 6) sorted by relevance
76 extern void *umem_cache_alloc(umem_cache_t *, int);
123 void *umem_cache_alloc(umem_cache_t *cache, int flags) in umem_cache_alloc() function
58 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)
195 umem_cache_alloc(umem_cache_t *cp, int flags) in umem_cache_alloc() function
142 umem_cache_alloc(umem_cache_t *skc, int flags) in umem_cache_alloc() function
141 redup_entry_t *rde = umem_cache_alloc(rdt->ddecache, UMEM_NOFAIL); in rdt_insert()