Searched refs:cur_start (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/misc/ |
D | sram.c | 176 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local 277 cur_start = 0; in sram_reserve_regions() 280 if (block->start < cur_start) { in sram_reserve_regions() 283 block->start, cur_start); in sram_reserve_regions() 300 if (block->start == cur_start) { in sram_reserve_regions() 301 cur_start = block->start + block->size; in sram_reserve_regions() 310 cur_size = block->start - cur_start; in sram_reserve_regions() 314 cur_start, cur_start + cur_size); in sram_reserve_regions() 317 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions() 318 res->start + cur_start, cur_size, -1); in sram_reserve_regions() [all …]
|
/linux-6.12.1/mm/ |
D | memory_hotplug.c | 1392 u64 cur_start; in remove_memory_blocks_and_altmaps() local 1398 for (cur_start = start; cur_start < start + size; in remove_memory_blocks_and_altmaps() 1399 cur_start += memblock_size) { in remove_memory_blocks_and_altmaps() 1403 mem = find_memory_block(pfn_to_section_nr(PFN_DOWN(cur_start))); in remove_memory_blocks_and_altmaps() 1410 remove_memory_block_devices(cur_start, memblock_size); in remove_memory_blocks_and_altmaps() 1412 arch_remove_memory(cur_start, memblock_size, altmap); in remove_memory_blocks_and_altmaps() 1424 u64 cur_start; in create_altmaps_and_memory_blocks() local 1427 for (cur_start = start; cur_start < start + size; in create_altmaps_and_memory_blocks() 1428 cur_start += memblock_size) { in create_altmaps_and_memory_blocks() 1432 .base_pfn = PHYS_PFN(cur_start), in create_altmaps_and_memory_blocks() [all …]
|
/linux-6.12.1/fs/btrfs/ |
D | extent-io-tree.c | 991 u64 cur_start = *start; in btrfs_find_delalloc_range() local 1001 state = tree_search(tree, cur_start); in btrfs_find_delalloc_range() 1008 if (found && (state->start != cur_start || in btrfs_find_delalloc_range() 1024 cur_start = state->end + 1; in btrfs_find_delalloc_range() 1646 u64 cur_start = *start; in count_range_bits() local 1651 if (WARN_ON(search_end < cur_start)) in count_range_bits() 1664 if (cached->start <= cur_start && cur_start <= cached->end) { in count_range_bits() 1666 } else if (cached->start > cur_start) { in count_range_bits() 1679 else if (prev->start <= cur_start && cur_start <= prev->end) in count_range_bits() 1689 state = tree_search(tree, cur_start); in count_range_bits() [all …]
|
D | free-space-tree.c | 612 u64 cur_start, cur_size; in modify_free_space_bitmap() local 657 cur_start = start; in modify_free_space_bitmap() 660 free_space_set_bits(trans, block_group, path, &cur_start, &cur_size, in modify_free_space_bitmap()
|
/linux-6.12.1/fs/ext4/ |
D | mballoc.c | 4233 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 4235 if (new_start < cur_start) in ext4_mb_pa_rb_next_iter()
|