Home
last modified time | relevance | path

Searched full:cur_start (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/misc/
H A Dsram.c178 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local
279 cur_start = 0; in sram_reserve_regions()
282 if (block->start < cur_start) { in sram_reserve_regions()
285 block->start, cur_start); in sram_reserve_regions()
302 if (block->start == cur_start) { in sram_reserve_regions()
303 cur_start = block->start + block->size; in sram_reserve_regions()
312 cur_size = block->start - cur_start; in sram_reserve_regions()
316 cur_start, cur_start + cur_size); in sram_reserve_regions()
319 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions()
320 res->start + cur_start, cur_size, -1); in sram_reserve_regions()
[all …]
/linux/mm/
H A Dmemory_hotplug.c1418 u64 cur_start; in remove_memory_blocks_and_altmaps() local
1424 for (cur_start = start; cur_start < start + size; in remove_memory_blocks_and_altmaps()
1425 cur_start += memblock_size) { in remove_memory_blocks_and_altmaps()
1429 mem = find_memory_block(pfn_to_section_nr(PFN_DOWN(cur_start))); in remove_memory_blocks_and_altmaps()
1436 remove_memory_block_devices(cur_start, memblock_size); in remove_memory_blocks_and_altmaps()
1438 arch_remove_memory(cur_start, memblock_size, altmap); in remove_memory_blocks_and_altmaps()
1450 u64 cur_start; in create_altmaps_and_memory_blocks() local
1453 for (cur_start = start; cur_start < start + size; in create_altmaps_and_memory_blocks()
1454 cur_start += memblock_size) { in create_altmaps_and_memory_blocks()
1458 .base_pfn = PHYS_PFN(cur_start), in create_altmaps_and_memory_blocks()
[all …]
/linux/fs/btrfs/
H A Dextent-io-tree.c988 u64 cur_start = *start; in btrfs_find_delalloc_range() local
998 state = tree_search(tree, cur_start); in btrfs_find_delalloc_range()
1005 if (found && (state->start != cur_start || in btrfs_find_delalloc_range()
1021 cur_start = state->end + 1; in btrfs_find_delalloc_range()
1672 u64 cur_start = *start; in btrfs_count_range_bits() local
1677 if (WARN_ON(search_end < cur_start)) in btrfs_count_range_bits()
1690 if (cached->start <= cur_start && cur_start <= cached->end) { in btrfs_count_range_bits()
1692 } else if (cached->start > cur_start) { in btrfs_count_range_bits()
1705 else if (prev->start <= cur_start && cur_start <= prev->end) in btrfs_count_range_bits()
1715 state = tree_search(tree, cur_start); in btrfs_count_range_bits()
[all …]
H A Dfree-space-tree.c618 u64 cur_start, cur_size; in modify_free_space_bitmap() local
662 cur_start = start; in modify_free_space_bitmap()
665 free_space_modify_bits(trans, block_group, path, &cur_start, in modify_free_space_bitmap()
/linux/fs/ext4/
H A Dmballoc.c4307 * cur_start The existing start that we are comparing against
4311 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
4313 if (new_start < cur_start) in ext4_mb_pa_rb_next_iter()