Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h75 umem_constructor_t *cache_constructor; member
176 cp->cache_constructor = constructor; in umem_cache_create()
205 if (ptr && cp->cache_constructor) in umem_cache_alloc()
206 cp->cache_constructor(ptr, cp->cache_private, UMEM_DEFAULT); in umem_cache_alloc()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi10839 <var-decl name='cache_constructor' type-id='91f51f89' visibility='default'/>