Searched refs:next_bit (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/fs/xfs/ |
D | xfs_buf_item.c | 163 int next_bit; in xfs_buf_item_size() local 191 next_bit = xfs_next_bit(bip->bli_format.blf_data_map, in xfs_buf_item_size() 199 if (next_bit == -1) { in xfs_buf_item_size() 201 } else if (next_bit != last_bit + 1) { in xfs_buf_item_size() 202 last_bit = next_bit; in xfs_buf_item_size() 204 } else if (xfs_buf_offset(bp, next_bit * XFS_BLF_CHUNK) != in xfs_buf_item_size() 207 last_bit = next_bit; in xfs_buf_item_size() 235 int next_bit; in xfs_buf_item_format() local 300 next_bit = xfs_next_bit(bip->bli_format.blf_data_map, in xfs_buf_item_format() 312 if (next_bit == -1) { in xfs_buf_item_format() [all …]
|
/linux-3.4.99/arch/x86/kernel/ |
D | amd_gart_64.c | 91 static unsigned long next_bit; /* protected by iommu_bitmap_lock */ variable 107 offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, next_bit, in alloc_iommu() 116 next_bit = offset+size; in alloc_iommu() 117 if (next_bit >= iommu_pages) { in alloc_iommu() 118 next_bit = 0; in alloc_iommu() 135 if (offset >= next_bit) in free_iommu() 136 next_bit = offset + size; in free_iommu()
|
/linux-3.4.99/drivers/isdn/i4l/ |
D | isdn_v110.c | 349 next_bit: in EncodeMatrix() 366 goto next_bit; /* and go on there */ in EncodeMatrix() 381 goto next_bit; in EncodeMatrix()
|
/linux-3.4.99/drivers/iommu/ |
D | amd_iommu.c | 1567 unsigned long next_bit = dom->next_address % APERTURE_RANGE_SIZE; in dma_ops_area_alloc() local 1574 next_bit >>= PAGE_SHIFT; in dma_ops_area_alloc() 1589 limit, next_bit, pages, 0, in dma_ops_area_alloc() 1598 next_bit = 0; in dma_ops_area_alloc()
|