Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/compat/opensolaris/lib/libumem/
H A Dumem.h78 extern void *umem_cache_alloc(umem_cache_t *, int);
H A Dumem.c125 void *umem_cache_alloc(umem_cache_t *cache, int flags) in umem_cache_alloc() function
/freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h174 umem_cache_alloc(umem_cache_t *cp, int flags) in umem_cache_alloc() function
/freebsd-13.1/sys/contrib/openzfs/cmd/zstream/
H A Dzstream_redup.c150 redup_entry_t *rde = umem_cache_alloc(rdt->ddecache, UMEM_NOFAIL); in rdt_insert()
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h423 #define kmem_cache_alloc(_c, _f) umem_cache_alloc(_c, _f)