Searched refs:cur_start (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | sram.c | 159 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local 263 cur_start = 0; in sram_reserve_regions() 266 if (block->start < cur_start) { in sram_reserve_regions() 269 block->start, cur_start); in sram_reserve_regions() 286 if (block->start == cur_start) { in sram_reserve_regions() 287 cur_start = block->start + block->size; in sram_reserve_regions() 296 cur_size = block->start - cur_start; in sram_reserve_regions() 299 cur_start, cur_start + cur_size); in sram_reserve_regions() 302 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions() [all...] |
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | sram.c | 176 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local 277 cur_start = 0; in sram_reserve_regions() 280 if (block->start < cur_start) { in sram_reserve_regions() 283 block->start, cur_start); in sram_reserve_regions() 300 if (block->start == cur_start) { in sram_reserve_regions() 301 cur_start = block->start + block->size; in sram_reserve_regions() 310 cur_size = block->start - cur_start; in sram_reserve_regions() 314 cur_start, cur_start + cur_size); in sram_reserve_regions() 317 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-io-tree.c | 922 u64 cur_start = *start; in btrfs_find_delalloc_range() local 932 state = tree_search(tree, cur_start); in btrfs_find_delalloc_range() 939 if (found && (state->start != cur_start || in btrfs_find_delalloc_range() 955 cur_start = state->end + 1; in btrfs_find_delalloc_range() 1564 u64 cur_start = *start; in count_range_bits() local 1569 if (WARN_ON(search_end < cur_start)) in count_range_bits() 1582 if (cached->start <= cur_start && cur_start <= cached->end) { in count_range_bits() 1584 } else if (cached->start > cur_start) { in count_range_bits() 1597 else if (prev->start <= cur_start in count_range_bits() [all...] |
H A D | free-space-tree.c | 612 u64 cur_start, cur_size; in modify_free_space_bitmap() local 657 cur_start = start; in modify_free_space_bitmap() 660 free_space_set_bits(trans, block_group, path, &cur_start, &cur_size, in modify_free_space_bitmap()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 1763 u64 cur_start = *start; in btrfs_find_delalloc_range() local 1773 node = tree_search(tree, cur_start); in btrfs_find_delalloc_range() 1781 if (found && (state->start != cur_start || in btrfs_find_delalloc_range() 1797 cur_start = state->end + 1; in btrfs_find_delalloc_range() 2042 u64 cur_start = *start; in count_range_bits() local 2047 if (WARN_ON(search_end <= cur_start)) in count_range_bits() 2051 if (cur_start == 0 && bits == EXTENT_DIRTY) { in count_range_bits() 2059 node = tree_search(tree, cur_start); in count_range_bits() 2069 if (state->end >= cur_start && (state->state & bits) == bits) { in count_range_bits() 2071 max(cur_start, stat in count_range_bits() [all...] |
H A D | free-space-tree.c | 594 u64 cur_start, cur_size; in modify_free_space_bitmap() local 639 cur_start = start; in modify_free_space_bitmap() 642 free_space_set_bits(block_group, path, &cur_start, &cur_size, in modify_free_space_bitmap()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | mballoc.c | 4236 * cur_start The existing start that we are comparing against 4240 ext4_mb_pa_rb_next_iter(ext4_lblk_t new_start, ext4_lblk_t cur_start, struct rb_node *node) in ext4_mb_pa_rb_next_iter() argument 4242 if (new_start < cur_start) in ext4_mb_pa_rb_next_iter()
|
Completed in 22 milliseconds