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