next_bit          135 arch/s390/include/asm/pci.h 	unsigned int	next_bit;
next_bit          279 arch/s390/pci/pci_dma.c 	offset = __dma_alloc_iommu(dev, zdev->next_bit, size);
next_bit          295 arch/s390/pci/pci_dma.c 	zdev->next_bit = offset + size;
next_bit          632 arch/s390/pci/pci_dma.c 	zdev->next_bit = 0;
next_bit           88 arch/x86/kernel/amd_gart_64.c static unsigned long next_bit;  /* protected by iommu_bitmap_lock */
next_bit          104 arch/x86/kernel/amd_gart_64.c 	offset = iommu_area_alloc(iommu_gart_bitmap, iommu_pages, next_bit,
next_bit          113 arch/x86/kernel/amd_gart_64.c 		next_bit = offset+size;
next_bit          114 arch/x86/kernel/amd_gart_64.c 		if (next_bit >= iommu_pages) {
next_bit          115 arch/x86/kernel/amd_gart_64.c 			next_bit = 0;
next_bit          132 arch/x86/kernel/amd_gart_64.c 	if (offset >= next_bit)
next_bit          133 arch/x86/kernel/amd_gart_64.c 		next_bit = offset + size;
next_bit          136 drivers/fsi/fsi-master-gpio.c 	int next_bit;
next_bit          152 drivers/fsi/fsi-master-gpio.c 		next_bit = (msg & sda_mask) >> (cmd->bits - 1);
next_bit          153 drivers/fsi/fsi-master-gpio.c 		if (last_bit ^ next_bit) {
next_bit          154 drivers/fsi/fsi-master-gpio.c 			sda_out(master, next_bit);
next_bit          155 drivers/fsi/fsi-master-gpio.c 			last_bit = next_bit;
next_bit          711 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	unsigned long i, next_bit;
next_bit          715 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	next_bit = i;
next_bit          724 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 		if (next_bit == i) {
next_bit          725 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 			next_bit = find_next_bit(dirty, max_num, i + 1);
next_bit          726 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 			if (next_bit >= max_num)
next_bit          939 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	unsigned long i, next_bit;
next_bit          944 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 	next_bit = i;
next_bit          959 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 		if (next_bit == i) {
next_bit          960 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 			next_bit = find_next_bit(dirty, max_num, i + 1);
next_bit          961 drivers/gpu/drm/vmwgfx/vmwgfx_binding.c 			if (next_bit >= max_num)
next_bit          592 fs/btrfs/free-space-tree.c 	int prev_bit, next_bit;
next_bit          661 fs/btrfs/free-space-tree.c 		next_bit = free_space_test_bit(block_group, path, end);
next_bit          663 fs/btrfs/free-space-tree.c 		next_bit = -1;
next_bit          672 fs/btrfs/free-space-tree.c 		if (next_bit == 1) {
next_bit          682 fs/btrfs/free-space-tree.c 		if (next_bit == 1) {
next_bit           56 fs/xfs/xfs_buf_item.c 	int				next_bit;
next_bit           77 fs/xfs/xfs_buf_item.c 		next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size,
next_bit           84 fs/xfs/xfs_buf_item.c 		if (next_bit == -1) {
next_bit           86 fs/xfs/xfs_buf_item.c 		} else if (next_bit != last_bit + 1) {
next_bit           87 fs/xfs/xfs_buf_item.c 			last_bit = next_bit;
next_bit           89 fs/xfs/xfs_buf_item.c 		} else if (xfs_buf_offset(bp, next_bit * XFS_BLF_CHUNK) !=
next_bit           92 fs/xfs/xfs_buf_item.c 			last_bit = next_bit;
next_bit          191 fs/xfs/xfs_buf_item.c 	int			next_bit,
next_bit          194 fs/xfs/xfs_buf_item.c 	return xfs_buf_offset(bp, offset + (next_bit << XFS_BLF_SHIFT)) !=
next_bit          211 fs/xfs/xfs_buf_item.c 	int			next_bit;
next_bit          260 fs/xfs/xfs_buf_item.c 		next_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size,
next_bit          269 fs/xfs/xfs_buf_item.c 		if (next_bit == -1) {
next_bit          274 fs/xfs/xfs_buf_item.c 		} else if (next_bit != last_bit + 1 ||
next_bit          275 fs/xfs/xfs_buf_item.c 		           xfs_buf_item_straddle(bp, offset, next_bit, last_bit)) {
next_bit          279 fs/xfs/xfs_buf_item.c 			first_bit = next_bit;
next_bit          280 fs/xfs/xfs_buf_item.c 			last_bit = next_bit;
next_bit          236 kernel/bpf/lpm_trie.c 		unsigned int next_bit;
next_bit          266 kernel/bpf/lpm_trie.c 		next_bit = extract_bit(key->data, node->prefixlen);
next_bit          267 kernel/bpf/lpm_trie.c 		node = rcu_dereference(node->child[next_bit]);
next_bit          308 kernel/bpf/lpm_trie.c 	unsigned int next_bit;
next_bit          356 kernel/bpf/lpm_trie.c 		next_bit = extract_bit(key->data, node->prefixlen);
next_bit          357 kernel/bpf/lpm_trie.c 		slot = &node->child[next_bit];
next_bit          388 kernel/bpf/lpm_trie.c 		next_bit = extract_bit(node->data, matchlen);
next_bit          389 kernel/bpf/lpm_trie.c 		rcu_assign_pointer(new_node->child[next_bit], node);
next_bit          438 kernel/bpf/lpm_trie.c 	unsigned int next_bit;
next_bit          466 kernel/bpf/lpm_trie.c 		next_bit = extract_bit(key->data, node->prefixlen);
next_bit          467 kernel/bpf/lpm_trie.c 		trim = &node->child[next_bit];
next_bit          637 kernel/bpf/lpm_trie.c 	unsigned int next_bit;
next_bit          674 kernel/bpf/lpm_trie.c 		next_bit = extract_bit(key->data, node->prefixlen);
next_bit          675 kernel/bpf/lpm_trie.c 		node = rcu_dereference(node->child[next_bit]);
next_bit          757 lib/genalloc.c 		int next_bit = find_next_bit(map, size, index + nr);
next_bit          758 lib/genalloc.c 		if ((next_bit - index) < len) {
next_bit          759 lib/genalloc.c 			len = next_bit - index;
next_bit          765 lib/genalloc.c 						   next_bit + 1, nr, 0);
next_bit          346 lib/test_bitmap.c 	unsigned int nbits, next_bit;
next_bit          357 lib/test_bitmap.c 		next_bit = find_next_bit(bmap2,
next_bit          359 lib/test_bitmap.c 		if (next_bit < round_up(nbits, BITS_PER_LONG))
next_bit          362 lib/test_bitmap.c 				nbits, next_bit);
next_bit         2088 net/ceph/osdmap.c 		int next_bit = n << (old_bits - 1);
next_bit         2089 net/ceph/osdmap.c 		u32 s = next_bit | pgid->seed;