Lines Matching defs:lock
23 struct spdk_spinlock lock;
365 spdk_spin_lock(&blob_bdev->lock);
367 spdk_spin_unlock(&blob_bdev->lock);
378 spdk_spin_destroy(&blob_bdev->lock);
388 spdk_spin_lock(&blob_bdev->lock);
394 spdk_spin_unlock(&blob_bdev->lock);
404 * Because the value of blob_bdev->refs was taken while holding the lock here and the same
419 spdk_spin_lock(&blob_bdev->lock);
426 spdk_spin_unlock(&blob_bdev->lock);
436 * Because the value of blob_bdev->refs was taken while holding the lock here and the same
562 spdk_spin_init(&b->lock);