Home
last modified time | relevance | path

Searched refs:umem_cache_alloc (Results 1 – 6 of 6) sorted by relevance

/src/cddl/compat/opensolaris/lib/libumem/
H A Dumem.h76 extern void *umem_cache_alloc(umem_cache_t *, int);
H A Dumem.c123 void *umem_cache_alloc(umem_cache_t *cache, int flags) in umem_cache_alloc() function
/src/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dkmem.h58 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)
/src/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h195 umem_cache_alloc(umem_cache_t *cp, int flags) in umem_cache_alloc() function
/src/sys/contrib/openzfs/contrib/coverity/
H A Dmodel.c142 umem_cache_alloc(umem_cache_t *skc, int flags) in umem_cache_alloc() function
/src/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c141 redup_entry_t *rde = umem_cache_alloc(rdt->ddecache, UMEM_NOFAIL); in rdt_insert()