Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/freebsd/driver/common/
HDlxencrypt.c44 static atomic_t ioerr_queue_count; variable
729 atomic_set(&ioerr_queue_count); in agtiapi_CleanupEncryptionPools()
754 atomic_dec(&ioerr_queue_count); in agtiapi_CleanupEncryptionPools()
965 atomic_dec(&ioerr_queue_count); in agtiapi_EncryptionIoctl()
975 … if (wait_event_interruptible(ioerr_waitq, (atomic_read(&ioerr_queue_count)))) { in agtiapi_EncryptionIoctl()
1113 qdepth = atomic_read(&ioerr_queue_count); in agtiapi_HandleEncryptedIOFailure()
1160 atomic_inc(&ioerr_queue_count); in agtiapi_HandleEncryptedIOFailure()