Home
last modified time | relevance | path

Searched refs:cur_start (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/misc/
Dsram.c159 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()
303 res->start + cur_start, cur_size, -1); in sram_reserve_regions()
[all …]
/Linux-v5.10/fs/btrfs/
Dextent_io.c1765 u64 cur_start = *start; in btrfs_find_delalloc_range() local
1775 node = tree_search(tree, cur_start); in btrfs_find_delalloc_range()
1783 if (found && (state->start != cur_start || in btrfs_find_delalloc_range()
1799 cur_start = state->end + 1; in btrfs_find_delalloc_range()
2044 u64 cur_start = *start; in count_range_bits() local
2049 if (WARN_ON(search_end <= cur_start)) in count_range_bits()
2053 if (cur_start == 0 && bits == EXTENT_DIRTY) { in count_range_bits()
2061 node = tree_search(tree, cur_start); in count_range_bits()
2071 if (state->end >= cur_start && (state->state & bits) == bits) { in count_range_bits()
2073 max(cur_start, state->start); in count_range_bits()
[all …]
Dfree-space-tree.c594 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()