Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/pms/freebsd/driver/common/
Dlxencrypt.c666 …pCard->ioerr_cache = uma_zcreate(pCard->ioerr_cache_name, sizeof(ag_encrypt_ioerr_t), NULL, NULL, … in agtiapi_SetupEncryptionPools()
667 if(!pCard->ioerr_cache) { in agtiapi_SetupEncryptionPools()
675 uma_zone_set_max(pCard->ioerr_cache, ENCRYPTION_IO_ERR_MEMPOOL_SIZE); in agtiapi_SetupEncryptionPools()
764 if (pCard->ioerr_cache) { in agtiapi_CleanupEncryptionPools()
765 kmem_cache_destroy(pCard->ioerr_cache); in agtiapi_CleanupEncryptionPools()
767 pCard->ioerr_cache = NULL; in agtiapi_CleanupEncryptionPools()
/freebsd-10-stable/sys/dev/pms/freebsd/driver/ini/src/
Dagtiapi.h368 struct kmem_cache *ioerr_cache; // handle to IO error cache member