Searched refs:cur_start (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/misc/ |
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() 318 res->start + cur_start, cur_size, -1); in sram_reserve_regions() [all …]
|
/Linux-v6.6/fs/btrfs/ |
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 && cur_start <= prev->end) in count_range_bits() 1607 state = tree_search(tree, cur_start); in count_range_bits() [all …]
|
D | free-space-tree.c | 611 u64 cur_start, cur_size; in modify_free_space_bitmap() local 656 cur_start = start; in modify_free_space_bitmap() 659 free_space_set_bits(block_group, path, &cur_start, &cur_size, in modify_free_space_bitmap()
|
/Linux-v6.6/fs/ext4/ |
D | mballoc.c | 4216 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 4218 if (new_start < cur_start) in ext4_mb_pa_rb_next_iter()
|