Home
last modified time | relevance | path

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

/linux/kernel/irq/
H A Dmatrix.c25 unsigned int alloc_end; member
49 unsigned int alloc_end) in irq_alloc_matrix() argument
62 m->alloc_end = alloc_end; in irq_alloc_matrix()
63 m->alloc_size = alloc_end - alloc_start; in irq_alloc_matrix()
120 unsigned int end = m->alloc_end; in matrix_alloc_area()
201 if (bit >= m->alloc_start && bit < m->alloc_end) in irq_matrix_assign_system()
225 if (bit >= m->alloc_end) in irq_matrix_reserve_managed()
263 unsigned int bit, end = m->alloc_end; in irq_matrix_remove_managed()
306 end = m->alloc_end; in irq_matrix_alloc_managed()
332 if (WARN_ON_ONCE(bit < m->alloc_start || bit >= m->alloc_end)) in irq_matrix_assign()
[all …]
/linux/fs/btrfs/
H A Dfile.c2896 alloc_end - alloc_start); in btrfs_zero_range()
2962 alloc_end = alloc_start + sectorsize; in btrfs_zero_range()
3011 if (alloc_start < alloc_end) { in btrfs_zero_range()
3014 const u64 lockend = alloc_end - 1; in btrfs_zero_range()
3016 bytes_to_reserve = alloc_end - alloc_start; in btrfs_zero_range()
3032 alloc_end - alloc_start, in btrfs_zero_range()
3065 u64 alloc_end; in btrfs_fallocate() local
3136 alloc_end - alloc_start); in btrfs_fallocate()
3146 locked_end = alloc_end - 1; in btrfs_fallocate()
3153 while (cur_offset < alloc_end) { in btrfs_fallocate()
[all …]
/linux/mm/
H A Dpercpu.c2454 int alloc = 0, alloc_end = 0; in pcpu_dump_alloc_info() local
2480 for (alloc_end += gi->nr_units / upa; in pcpu_dump_alloc_info()
2481 alloc < alloc_end; alloc++) { in pcpu_dump_alloc_info()
/linux/include/linux/
H A Dirq.h1273 unsigned int alloc_end);