Searched refs:cur_start (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/misc/ |
H A 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 …]
|
/openbmc/linux/fs/btrfs/ |
H A D | extent-io-tree.c | 922 u64 cur_start = *start; in btrfs_find_delalloc_range() local 932 state = tree_search(tree, cur_start); in btrfs_find_delalloc_range() 939 if (found && (state->start != cur_start || in btrfs_find_delalloc_range() 955 cur_start = state->end + 1; in btrfs_find_delalloc_range() 1564 u64 cur_start = *start; in count_range_bits() local 1569 if (WARN_ON(search_end < cur_start)) in count_range_bits() 1582 if (cached->start <= cur_start && cur_start <= cached->end) { in count_range_bits() 1584 } else if (cached->start > cur_start) { in count_range_bits() 1597 else if (prev->start <= cur_start && cur_start <= prev->end) in count_range_bits() 1607 state = tree_search(tree, cur_start); in count_range_bits() [all …]
|
H A 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()
|
/openbmc/qemu/system/ |
H A D | memory.c | 3480 hwaddr cur_start, cur_end; in mtree_print_mr() local 3486 cur_start = base + mr->addr; in mtree_print_mr() 3487 cur_end = cur_start + MR_SIZE(mr->size); in mtree_print_mr() 3494 if (cur_start < base || cur_end < cur_start) { in mtree_print_mr() 3520 cur_start, cur_end, in mtree_print_mr() 3541 cur_start, cur_end, in mtree_print_mr() 3574 mtree_print_mr(ml->mr, level + 1, cur_start, in mtree_print_mr()
|
/openbmc/linux/fs/ext4/ |
H A D | mballoc.c | 4244 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 4246 if (new_start < cur_start) in ext4_mb_pa_rb_next_iter()
|