Searched refs:ioerr_cache (Results 1 – 2 of 2) sorted by relevance
666 …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()
368 struct kmem_cache *ioerr_cache; // handle to IO error cache member