alloc_start       259 drivers/dma/iop-adma.c 	struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL;
alloc_start       294 drivers/dma/iop-adma.c 				alloc_start = iter;
alloc_start       304 drivers/dma/iop-adma.c 			iter = alloc_start;
alloc_start       331 drivers/dma/iop-adma.c 			alloc_tail->group_head = alloc_start;
alloc_start       335 drivers/dma/iop-adma.c 			iop_desc_clear_next_desc(alloc_start);
alloc_start      1690 drivers/dma/ppc4xx/adma.c 	struct ppc440spe_adma_desc_slot *alloc_start = NULL;
alloc_start      1719 drivers/dma/ppc4xx/adma.c 			alloc_start = iter;
alloc_start      1725 drivers/dma/ppc4xx/adma.c 			iter = alloc_start;
alloc_start      1748 drivers/dma/ppc4xx/adma.c 			alloc_tail->group_head = alloc_start;
alloc_start      3000 fs/btrfs/file.c 	u64 alloc_start = round_down(offset, sectorsize);
alloc_start      3008 fs/btrfs/file.c 			      alloc_start, alloc_end - alloc_start, 0);
alloc_start      3022 fs/btrfs/file.c 	if (em->start <= alloc_start &&
alloc_start      3041 fs/btrfs/file.c 		alloc_start = em_end;
alloc_start      3042 fs/btrfs/file.c 		ASSERT(IS_ALIGNED(alloc_start, sectorsize));
alloc_start      3043 fs/btrfs/file.c 		len = offset + len - alloc_start;
alloc_start      3044 fs/btrfs/file.c 		offset = alloc_start;
alloc_start      3052 fs/btrfs/file.c 				      alloc_start, sectorsize, 0);
alloc_start      3074 fs/btrfs/file.c 		alloc_start = round_down(offset, sectorsize);
alloc_start      3075 fs/btrfs/file.c 		alloc_end = alloc_start + sectorsize;
alloc_start      3079 fs/btrfs/file.c 	alloc_start = round_up(offset, sectorsize);
alloc_start      3093 fs/btrfs/file.c 			alloc_start = round_down(offset, sectorsize);
alloc_start      3122 fs/btrfs/file.c 	if (alloc_start < alloc_end) {
alloc_start      3124 fs/btrfs/file.c 		const u64 lockstart = alloc_start;
alloc_start      3127 fs/btrfs/file.c 		bytes_to_reserve = alloc_end - alloc_start;
alloc_start      3134 fs/btrfs/file.c 						alloc_start, bytes_to_reserve);
alloc_start      3141 fs/btrfs/file.c 		ret = btrfs_prealloc_file_range(inode, mode, alloc_start,
alloc_start      3142 fs/btrfs/file.c 						alloc_end - alloc_start,
alloc_start      3157 fs/btrfs/file.c 					       alloc_start, bytes_to_reserve);
alloc_start      3174 fs/btrfs/file.c 	u64 alloc_start;
alloc_start      3183 fs/btrfs/file.c 	alloc_start = round_down(offset, blocksize);
alloc_start      3185 fs/btrfs/file.c 	cur_offset = alloc_start;
alloc_start      3202 fs/btrfs/file.c 						      alloc_end - alloc_start);
alloc_start      3222 fs/btrfs/file.c 	if (alloc_start > inode->i_size) {
alloc_start      3224 fs/btrfs/file.c 					alloc_start);
alloc_start      3242 fs/btrfs/file.c 	ret = btrfs_wait_ordered_range(inode, alloc_start,
alloc_start      3243 fs/btrfs/file.c 				       alloc_end - alloc_start);
alloc_start      3260 fs/btrfs/file.c 		lock_extent_bits(&BTRFS_I(inode)->io_tree, alloc_start,
alloc_start      3265 fs/btrfs/file.c 		    ordered->file_offset + ordered->len > alloc_start &&
alloc_start      3269 fs/btrfs/file.c 					     alloc_start, locked_end,
alloc_start      3275 fs/btrfs/file.c 			ret = btrfs_wait_ordered_range(inode, alloc_start,
alloc_start      3276 fs/btrfs/file.c 						       alloc_end - alloc_start);
alloc_start      3353 fs/btrfs/file.c 	unlock_extent_cached(&BTRFS_I(inode)->io_tree, alloc_start, locked_end,
alloc_start      1180 include/linux/irq.h 				    unsigned int alloc_start,
alloc_start        26 kernel/irq/matrix.c 	unsigned int		alloc_start;
alloc_start        50 kernel/irq/matrix.c 					   unsigned int alloc_start,
alloc_start        63 kernel/irq/matrix.c 	m->alloc_start = alloc_start;
alloc_start        65 kernel/irq/matrix.c 	m->alloc_size = alloc_end - alloc_start;
alloc_start       113 kernel/irq/matrix.c 	unsigned int area, start = m->alloc_start;
alloc_start       195 kernel/irq/matrix.c 	if (bit >= m->alloc_start && bit < m->alloc_end)
alloc_start       325 kernel/irq/matrix.c 	if (WARN_ON_ONCE(bit < m->alloc_start || bit >= m->alloc_end))
alloc_start       416 kernel/irq/matrix.c 	if (WARN_ON_ONCE(bit < m->alloc_start || bit >= m->alloc_end))