Searched refs:cq_lock (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/crypto/ccp/ |
| H A D | ccp.c | 147 mtx_init(&qp->cq_lock, "ccp queue", NULL, MTX_DEF); in ccp_initialize_queues() 165 mtx_destroy(&qp->cq_lock); in ccp_free_queues() 656 mtx_assert(&qp->cq_lock, MA_OWNED); in ccp_queue_reserve_space() 668 msleep(&qp->cq_tail, &qp->cq_lock, 0, "ccpqfull", 0); in ccp_queue_reserve_space() 677 mtx_lock(&qp->cq_lock); in ccp_queue_acquire_reserve() 681 mtx_unlock(&qp->cq_lock); in ccp_queue_acquire_reserve() 689 mtx_assert(&qp->cq_lock, MA_OWNED); in ccp_queue_release() 694 mtx_unlock(&qp->cq_lock); in ccp_queue_release() 702 mtx_assert(&qp->cq_lock, MA_OWNED); in ccp_queue_abort() 711 mtx_unlock(&qp->cq_lock); in ccp_queue_abort() [all …]
|
| H A D | ccp.h | 102 struct mtx cq_lock; member
|
| H A D | ccp_hardware.c | 551 mtx_lock(&qp->cq_lock); in ccp_intr_run_completions() 597 mtx_unlock(&qp->cq_lock); in ccp_intr_run_completions()
|