Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c665 …pCard->ioerr_cache = uma_zcreate(pCard->ioerr_cache_name, sizeof(ag_encrypt_ioerr_t), NULL, NULL, … in agtiapi_SetupEncryptionPools()
666 if(!pCard->ioerr_cache) { in agtiapi_SetupEncryptionPools()
674 uma_zone_set_max(pCard->ioerr_cache, ENCRYPTION_IO_ERR_MEMPOOL_SIZE); in agtiapi_SetupEncryptionPools()
763 if (pCard->ioerr_cache) { in agtiapi_CleanupEncryptionPools()
764 kmem_cache_destroy(pCard->ioerr_cache); in agtiapi_CleanupEncryptionPools()
766 pCard->ioerr_cache = NULL; in agtiapi_CleanupEncryptionPools()
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h367 struct kmem_cache *ioerr_cache; // handle to IO error cache member