Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dsram.c181 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()
301 if (block->start == cur_start) { in sram_reserve_regions()
302 cur_start = block->start + block->size; in sram_reserve_regions()
311 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-4.4.14/fs/btrfs/
Dextent_io.c1598 u64 cur_start = *start; in find_delalloc_range() local
1608 node = tree_search(tree, cur_start); in find_delalloc_range()
1617 if (found && (state->start != cur_start || in find_delalloc_range()
1633 cur_start = state->end + 1; in find_delalloc_range()
1886 u64 cur_start = *start; in count_range_bits() local
1891 if (WARN_ON(search_end <= cur_start)) in count_range_bits()
1895 if (cur_start == 0 && bits == EXTENT_DIRTY) { in count_range_bits()
1903 node = tree_search(tree, cur_start); in count_range_bits()
1913 if (state->end >= cur_start && (state->state & bits) == bits) { in count_range_bits()
1915 max(cur_start, state->start); in count_range_bits()
[all …]