Searched refs:next_bit (Results 1 – 3 of 3) sorted by relevance
180 int next_bit; in xfs_buf_item_size() local210 next_bit = xfs_next_bit(bip->bli_format.blf_data_map, in xfs_buf_item_size()218 if (next_bit == -1) { in xfs_buf_item_size()220 } else if (next_bit != last_bit + 1) { in xfs_buf_item_size()221 last_bit = next_bit; in xfs_buf_item_size()223 } else if (xfs_buf_offset(bp, next_bit * XFS_BLI_CHUNK) != in xfs_buf_item_size()226 last_bit = next_bit; in xfs_buf_item_size()254 int next_bit; in xfs_buf_item_format() local307 next_bit = xfs_next_bit(bip->bli_format.blf_data_map, in xfs_buf_item_format()319 if (next_bit == -1) { in xfs_buf_item_format()[all …]
82 static unsigned long next_bit; /* protected by iommu_bitmap_lock */ variable92 offset = find_next_zero_string(iommu_gart_bitmap,next_bit,iommu_pages,size); in alloc_iommu()95 offset = find_next_zero_string(iommu_gart_bitmap,0,next_bit,size); in alloc_iommu()99 next_bit = offset+size; in alloc_iommu()100 if (next_bit >= iommu_pages) { in alloc_iommu()102 next_bit = 0; in alloc_iommu()
349 next_bit: in EncodeMatrix()366 goto next_bit; /* and go on there */ in EncodeMatrix()381 goto next_bit; in EncodeMatrix()