Home
last modified time | relevance | path

Searched refs:alloc_start (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/kernel/irq/
Dmatrix.c25 unsigned int alloc_start; member
49 unsigned int alloc_start, in irq_alloc_matrix() argument
62 m->alloc_start = alloc_start; in irq_alloc_matrix()
64 m->alloc_size = alloc_end - alloc_start; in irq_alloc_matrix()
112 unsigned int area, start = m->alloc_start; in matrix_alloc_area()
152 if (bit >= m->alloc_start && bit < m->alloc_end) in irq_matrix_assign_system()
270 if (WARN_ON_ONCE(bit < m->alloc_start || bit >= m->alloc_end)) in irq_matrix_assign()
371 if (WARN_ON_ONCE(bit < m->alloc_start || bit >= m->alloc_end)) in irq_matrix_free()
/Linux-v4.19/fs/btrfs/
Dfile.c2791 u64 alloc_start = round_down(offset, sectorsize); in btrfs_zero_range() local
2799 alloc_start, alloc_end - alloc_start, 0); in btrfs_zero_range()
2813 if (em->start <= alloc_start && in btrfs_zero_range()
2832 alloc_start = em_end; in btrfs_zero_range()
2833 ASSERT(IS_ALIGNED(alloc_start, sectorsize)); in btrfs_zero_range()
2834 len = offset + len - alloc_start; in btrfs_zero_range()
2835 offset = alloc_start; in btrfs_zero_range()
2843 alloc_start, sectorsize, 0); in btrfs_zero_range()
2865 alloc_start = round_down(offset, sectorsize); in btrfs_zero_range()
2866 alloc_end = alloc_start + sectorsize; in btrfs_zero_range()
[all …]
/Linux-v4.19/drivers/dma/
Diop-adma.c268 struct iop_adma_desc_slot *iter, *_iter, *alloc_start = NULL; in iop_adma_alloc_slots() local
303 alloc_start = iter; in iop_adma_alloc_slots()
313 iter = alloc_start; in iop_adma_alloc_slots()
340 alloc_tail->group_head = alloc_start; in iop_adma_alloc_slots()
344 iop_desc_clear_next_desc(alloc_start); in iop_adma_alloc_slots()
/Linux-v4.19/include/linux/
Dirq.h1147 unsigned int alloc_start,
/Linux-v4.19/drivers/dma/ppc4xx/
Dadma.c1702 struct ppc440spe_adma_desc_slot *alloc_start = NULL; in ppc440spe_adma_alloc_slots() local
1731 alloc_start = iter; in ppc440spe_adma_alloc_slots()
1737 iter = alloc_start; in ppc440spe_adma_alloc_slots()
1760 alloc_tail->group_head = alloc_start; in ppc440spe_adma_alloc_slots()