Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h73 umem_constructor_t *cache_constructor; member
174 cp->cache_constructor = constructor; in umem_cache_create()
203 if (ptr && cp->cache_constructor) in umem_cache_alloc()
204 cp->cache_constructor(ptr, cp->cache_private, UMEM_DEFAULT); in umem_cache_alloc()