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

/linux-master/kernel/irq/
H A Dmatrix.c24 unsigned int alloc_start; member in struct:irq_matrix
43 * @alloc_start: From which bit the allocation search starts
48 unsigned int alloc_start,
61 m->alloc_start = alloc_start;
63 m->alloc_size = alloc_end - alloc_start;
119 unsigned int area, start = m->alloc_start;
201 if (bit >= m->alloc_start && bit < m->alloc_end)
332 if (WARN_ON_ONCE(bit < m->alloc_start || bit >= m->alloc_end))
429 if (WARN_ON_ONCE(bit < m->alloc_start || bi
47 irq_alloc_matrix(unsigned int matrix_bits, unsigned int alloc_start, unsigned int alloc_end) argument
[all...]
/linux-master/fs/btrfs/
H A Dfile.c2874 u64 alloc_start = round_down(offset, sectorsize); local
2879 em = btrfs_get_extent(BTRFS_I(inode), NULL, alloc_start,
2880 alloc_end - alloc_start);
2894 if (em->start <= alloc_start && (em->flags & EXTENT_FLAG_PREALLOC)) {
2912 alloc_start = em_end;
2913 ASSERT(IS_ALIGNED(alloc_start, sectorsize));
2914 len = offset + len - alloc_start;
2915 offset = alloc_start;
2922 em = btrfs_get_extent(BTRFS_I(inode), NULL, alloc_start, sectorsize);
2945 alloc_start
3031 alloc_start, bytes_to_reserve); local
3048 u64 alloc_start; local
3134 btrfs_assert_inode_range_clean(BTRFS_I(inode), alloc_start, locked_end); local
[all...]
/linux-master/fs/bcachefs/
H A Dalloc_foreground.c392 u64 alloc_start = max(first_bucket, READ_ONCE(ca->alloc_cursor)); local
393 u64 alloc_cursor = alloc_start;
449 if (!ob && alloc_start > first_bucket) {
450 alloc_cursor = alloc_start = first_bucket;
466 u64 alloc_start = max_t(u64, ca->mi.first_bucket, READ_ONCE(ca->alloc_cursor)); local
467 u64 alloc_cursor = alloc_start;
506 if (!ob && alloc_start > ca->mi.first_bucket) {
507 alloc_cursor = alloc_start = ca->mi.first_bucket;
/linux-master/drivers/dma/ppc4xx/
H A Dadma.c1688 struct ppc440spe_adma_desc_slot *alloc_start = NULL; local
1717 alloc_start = iter;
1723 iter = alloc_start;
1746 alloc_tail->group_head = alloc_start;
/linux-master/include/linux/
H A Dirq.h1235 unsigned int alloc_start,

Completed in 154 milliseconds