Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dsram.c176 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local
281 cur_start = 0; in sram_reserve_regions()
284 if (block->start < cur_start) { in sram_reserve_regions()
287 block->start, cur_start); in sram_reserve_regions()
304 if (block->start == cur_start) { in sram_reserve_regions()
305 cur_start = block->start + block->size; in sram_reserve_regions()
314 cur_size = block->start - cur_start; in sram_reserve_regions()
318 cur_start, cur_start + cur_size); in sram_reserve_regions()
321 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions()
322 res->start + cur_start, cur_size, -1); in sram_reserve_regions()
[all …]
/Linux-v6.1/fs/btrfs/
Dextent-io-tree.c893 u64 cur_start = *start; in btrfs_find_delalloc_range() local
903 state = tree_search(tree, cur_start); in btrfs_find_delalloc_range()
910 if (found && (state->start != cur_start || in btrfs_find_delalloc_range()
926 cur_start = state->end + 1; in btrfs_find_delalloc_range()
1499 u64 cur_start = *start; in count_range_bits() local
1504 if (WARN_ON(search_end <= cur_start)) in count_range_bits()
1513 state = tree_search(tree, cur_start); in count_range_bits()
1519 if (state->end >= cur_start && (state->state & bits) == bits) { in count_range_bits()
1521 max(cur_start, state->start); in count_range_bits()
1525 *start = max(cur_start, state->start); in count_range_bits()
Dfree-space-tree.c606 u64 cur_start, cur_size; in modify_free_space_bitmap() local
651 cur_start = start; in modify_free_space_bitmap()
654 free_space_set_bits(block_group, path, &cur_start, &cur_size, in modify_free_space_bitmap()