Home
last modified time | relevance | path

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

/linux/drivers/misc/
A 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/fs/btrfs/
A Dfree-space-tree.c592 u64 cur_start, cur_size; in modify_free_space_bitmap() local
637 cur_start = start; in modify_free_space_bitmap()
640 free_space_set_bits(block_group, path, &cur_start, &cur_size, in modify_free_space_bitmap()
A Dextent_io.c1767 u64 cur_start = *start; in btrfs_find_delalloc_range() local
1777 node = tree_search(tree, cur_start); in btrfs_find_delalloc_range()
1785 if (found && (state->start != cur_start || in btrfs_find_delalloc_range()
1801 cur_start = state->end + 1; in btrfs_find_delalloc_range()
2104 u64 cur_start = *start; in count_range_bits() local
2109 if (WARN_ON(search_end <= cur_start)) in count_range_bits()
2113 if (cur_start == 0 && bits == EXTENT_DIRTY) { in count_range_bits()
2121 node = tree_search(tree, cur_start); in count_range_bits()
2131 if (state->end >= cur_start && (state->state & bits) == bits) { in count_range_bits()
2133 max(cur_start, state->start); in count_range_bits()
[all …]

Completed in 28 milliseconds