Home
last modified time | relevance | path

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

/openbmc/linux/kernel/irq/
H A Dmatrix.c26 unsigned int alloc_start; member
50 unsigned int alloc_start, in irq_alloc_matrix() argument
63 m->alloc_start = alloc_start; in irq_alloc_matrix()
65 m->alloc_size = alloc_end - alloc_start; in irq_alloc_matrix()
113 unsigned int area, start = m->alloc_start; in matrix_alloc_area()
195 if (bit >= m->alloc_start && bit < m->alloc_end) in irq_matrix_assign_system()
326 if (WARN_ON_ONCE(bit < m->alloc_start || bit >= m->alloc_end)) in irq_matrix_assign()
423 if (WARN_ON_ONCE(bit < m->alloc_start || bit >= m->alloc_end)) in irq_matrix_free()
/openbmc/linux/fs/btrfs/
H A Dfile.c2884 u64 alloc_start = round_down(offset, sectorsize); in btrfs_zero_range() local
2889 em = btrfs_get_extent(BTRFS_I(inode), NULL, 0, alloc_start, in btrfs_zero_range()
2890 alloc_end - alloc_start); in btrfs_zero_range()
2904 if (em->start <= alloc_start && in btrfs_zero_range()
2923 alloc_start = em_end; in btrfs_zero_range()
2924 ASSERT(IS_ALIGNED(alloc_start, sectorsize)); in btrfs_zero_range()
2925 len = offset + len - alloc_start; in btrfs_zero_range()
2926 offset = alloc_start; in btrfs_zero_range()
2933 em = btrfs_get_extent(BTRFS_I(inode), NULL, 0, alloc_start, in btrfs_zero_range()
2957 alloc_start = round_down(offset, sectorsize); in btrfs_zero_range()
[all …]
/openbmc/linux/include/linux/
H A Dirq.h1235 unsigned int alloc_start,
/openbmc/linux/drivers/dma/ppc4xx/
H A Dadma.c1688 struct ppc440spe_adma_desc_slot *alloc_start = NULL; in ppc440spe_adma_alloc_slots() local
1717 alloc_start = iter; in ppc440spe_adma_alloc_slots()
1723 iter = alloc_start; in ppc440spe_adma_alloc_slots()
1746 alloc_tail->group_head = alloc_start; in ppc440spe_adma_alloc_slots()