Searched refs:cur_start (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/misc/ |
D | sram.c | 172 unsigned long size, cur_start, cur_size; in sram_reserve_regions() local 276 cur_start = 0; in sram_reserve_regions() 279 if (block->start < cur_start) { in sram_reserve_regions() 282 block->start, cur_start); in sram_reserve_regions() 299 if (block->start == cur_start) { in sram_reserve_regions() 300 cur_start = block->start + block->size; in sram_reserve_regions() 309 cur_size = block->start - cur_start; in sram_reserve_regions() 312 cur_start, cur_start + cur_size); in sram_reserve_regions() 315 (unsigned long)sram->virt_base + cur_start, in sram_reserve_regions() 316 res->start + cur_start, cur_size, -1); in sram_reserve_regions() [all …]
|
/linux-4.19.296/fs/btrfs/ |
D | extent_io.c | 1529 u64 cur_start = *start; in find_delalloc_range() local 1539 node = tree_search(tree, cur_start); in find_delalloc_range() 1548 if (found && (state->start != cur_start || in find_delalloc_range() 1564 cur_start = state->end + 1; in find_delalloc_range() 1807 u64 cur_start = *start; in count_range_bits() local 1812 if (WARN_ON(search_end <= cur_start)) in count_range_bits() 1816 if (cur_start == 0 && bits == EXTENT_DIRTY) { in count_range_bits() 1824 node = tree_search(tree, cur_start); in count_range_bits() 1834 if (state->end >= cur_start && (state->state & bits) == bits) { in count_range_bits() 1836 max(cur_start, state->start); in count_range_bits() [all …]
|
D | free-space-tree.c | 587 u64 cur_start, cur_size; in modify_free_space_bitmap() local 632 cur_start = start; in modify_free_space_bitmap() 635 free_space_set_bits(block_group, path, &cur_start, &cur_size, in modify_free_space_bitmap()
|