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()88 rte_rwlock_write_lock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_insert()92 rte_rwlock_write_unlock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_insert()101 rte_rwlock_write_lock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_remove()114 rte_rwlock_write_unlock(&vq->iotlb_pending_lock); in vhost_user_iotlb_pending_remove()306 rte_rwlock_init(&vq->iotlb_pending_lock); in vhost_user_iotlb_init()
192 rte_rwlock_t iotlb_pending_lock; member