Searched refs:blobsCount (Results 1 – 1 of 1) sorted by relevance
435 final AtomicInteger blobsCount = new AtomicInteger(0); in getCommittedBlobsCountLocked() local438 blobsCount.getAndIncrement(); in getCommittedBlobsCountLocked()441 return blobsCount.get(); in getCommittedBlobsCountLocked()447 final AtomicInteger blobsCount = new AtomicInteger(0); in getLeasedBlobsCountLocked() local450 blobsCount.getAndIncrement(); in getLeasedBlobsCountLocked()453 return blobsCount.get(); in getLeasedBlobsCountLocked()879 for (int j = 0, blobsCount = userBlobs.size(); j < blobsCount; ++j) { in writeBlobsInfoLocked()1204 for (int j = 0, blobsCount = userBlobs.size(); j < blobsCount; ++j) { in runClearAllBlobs()1286 for (int j = 0, blobsCount = userBlobs.size(); j < blobsCount; ++j) { in dumpBlobsLocked()1889 for (int j = 0, blobsCount = userBlobs.size(); j < blobsCount; ++j) { in pullBlobData()