spinlock_t
spinlock_t lock;
spinlock_t tx_lock;
spinlock_t indirect_lock;
# define KMUTEX_T spinlock_t
spinlock_t *qlock = &Q->cq_qlock;
spinlock_t cq_qlock;
spinlock_t pool_lock; /* buffer pool lock */
spinlock_t recycle_lock; /* buffer recycle lock */
spinlock_t ring_lock; /* per ring lock */
spinlock_t lock;
spinlock_t free_lock;
spinlock_t reserve_lock;
spinlock_t post_lock;
spinlock_t spdm_lock;
spinlock_t xena_post_lock;
spinlock_t *post_lock_ptr;
#define ACPI_SPINLOCK spinlock_t *
spinlock_t *Lock = ACPI_ALLOCATE(sizeof(*Lock)); \