Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/fs/btrfs/
Dextent-io-tree.c895 u64 cur_start = *start; in btrfs_find_delalloc_range() local
905 state = tree_search(tree, cur_start); in btrfs_find_delalloc_range()
912 if (found && (state->start != cur_start || in btrfs_find_delalloc_range()
928 cur_start = state->end + 1; in btrfs_find_delalloc_range()
1505 u64 cur_start = *start; in count_range_bits() local
1510 if (WARN_ON(search_end < cur_start)) in count_range_bits()
1519 state = tree_search(tree, cur_start); in count_range_bits()
1525 if (state->end >= cur_start && (state->state & bits) == bits) { in count_range_bits()
1527 max(cur_start, state->start); in count_range_bits()
1531 *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()