Searched refs:iotlb_pending_lock (Results 1 – 2 of 2) sorted by relevance
33 rte_rwlock_write_lock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_remove_all()40 rte_rwlock_write_unlock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_remove_all()50 rte_rwlock_read_lock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_miss()59 rte_rwlock_read_unlock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_miss()92 rte_rwlock_write_lock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_insert()96 rte_rwlock_write_unlock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_insert()105 rte_rwlock_write_lock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_remove()119 rte_rwlock_write_unlock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_remove()316 rte_rwlock_init(&vq->iotlb_pending_lock); in vhost_user_iotlb_init()
283 rte_rwlock_t iotlb_pending_lock; member