Lines Matching defs:refs
22 int32_t refs;
366 blob_bdev->refs++;
376 assert(blob_bdev->refs == 0);
386 int32_t refs;
390 assert(blob_bdev->refs > 0);
391 blob_bdev->refs--;
392 refs = blob_bdev->refs;
399 * If the value of blob_bdev->refs taken while holding blob_bdev->refs is zero, the blob and
404 * Because the value of blob_bdev->refs was taken while holding the lock here and the same
407 if (refs == 0) {
417 int32_t refs;
423 blob_bdev->refs--;
424 refs = blob_bdev->refs;
431 * If the value of blob_bdev->refs taken while holding blob_bdev->refs is zero,
436 * Because the value of blob_bdev->refs was taken while holding the lock here and the same
440 if (refs == 0) {
561 b->refs = 1;