Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/btrfs/
H A Dfile.c2774 alloc_end - alloc_start); in btrfs_zero_range()
2840 alloc_end = alloc_start + sectorsize; in btrfs_zero_range()
2889 if (alloc_start < alloc_end) { in btrfs_zero_range()
2892 const u64 lockend = alloc_end - 1; in btrfs_zero_range()
2894 bytes_to_reserve = alloc_end - alloc_start; in btrfs_zero_range()
2910 alloc_end - alloc_start, in btrfs_zero_range()
2943 u64 alloc_end; in btrfs_fallocate() local
3014 alloc_end - alloc_start); in btrfs_fallocate()
3024 locked_end = alloc_end - 1; in btrfs_fallocate()
3031 while (cur_offset < alloc_end) { in btrfs_fallocate()
[all …]
/linux-6.15/mm/
H A Dpercpu.c2448 int alloc = 0, alloc_end = 0; in pcpu_dump_alloc_info() local
2474 for (alloc_end += gi->nr_units / upa; in pcpu_dump_alloc_info()
2475 alloc < alloc_end; alloc++) { in pcpu_dump_alloc_info()
/linux-6.15/include/linux/
H A Dirq.h1271 unsigned int alloc_end);