Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c44 static atomic_t ioerr_queue_count; variable
728 atomic_set(&ioerr_queue_count); in agtiapi_CleanupEncryptionPools()
753 atomic_dec(&ioerr_queue_count); in agtiapi_CleanupEncryptionPools()
964 atomic_dec(&ioerr_queue_count); in agtiapi_EncryptionIoctl()
974 … if (wait_event_interruptible(ioerr_waitq, (atomic_read(&ioerr_queue_count)))) { in agtiapi_EncryptionIoctl()
1112 qdepth = atomic_read(&ioerr_queue_count); in agtiapi_HandleEncryptedIOFailure()
1159 atomic_inc(&ioerr_queue_count); in agtiapi_HandleEncryptedIOFailure()