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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h277 umem_constructor_t *cache_constructor; member in struct:umem_cache
H A Dumem.c1447 if (mtbf || (cp->cache_constructor != NULL &&
1448 cp->cache_constructor(buf, cp->cache_private, flags_nfatal) != 0)) {
1738 if (cp->cache_constructor != NULL &&
1739 cp->cache_constructor(buf, cp->cache_private, flags_nfatal) != 0) {
2517 cp->cache_constructor = constructor;
2716 cp->cache_constructor = (umem_constructor_t *)1;

Completed in 26 milliseconds