Home
last modified time | relevance | path

Searched refs:cur_end (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/mips/kvm/
H A Dmmu.c307 unsigned long cur_end = ~0ul; \
318 cur_end = end; \
320 ret |= kvm_mips_##name##_pte(pte, start, cur_end); \
330 unsigned long cur_end = ~0ul; \
341 cur_end = end; \
343 ret |= kvm_mips_##name##_pmd(pmd, start, cur_end); \
354 unsigned long cur_end = ~0ul; \
366 cur_end = end; \
368 ret |= kvm_mips_##name##_pud(pud, start, cur_end); \
/linux-6.15/drivers/virtio/
H A Dvirtio_mem.c2752 uint64_t chunk_size, cur_start, cur_end, plugged_range_start = 0; in virtio_mem_vmcore_get_device_ram() local
2772 for (cur_start = device_start; cur_start < device_end; cur_start = cur_end) { in virtio_mem_vmcore_get_device_ram()
2773 cur_end = ALIGN_DOWN(cur_start + chunk_size, chunk_size); in virtio_mem_vmcore_get_device_ram()
2774 cur_end = min_t(uint64_t, cur_end, device_end); in virtio_mem_vmcore_get_device_ram()
2777 cur_end - cur_start); in virtio_mem_vmcore_get_device_ram()
/linux-6.15/fs/btrfs/
H A Dextent_io.c2491 u64 cur_end; in extent_write_locked_range() local
2502 cur_end = min(round_down(cur, PAGE_SIZE) + PAGE_SIZE - 1, end); in extent_write_locked_range()
2503 cur_len = cur_end + 1 - cur; in extent_write_locked_range()
2507 cur = cur_end; in extent_write_locked_range()
2511 cur_end = min_t(u64, folio_pos(folio) + folio_size(folio) - 1, end); in extent_write_locked_range()
2512 cur_len = cur_end + 1 - cur; in extent_write_locked_range()
2535 cur = cur_end + 1; in extent_write_locked_range()
H A Dinode.c1626 u64 cur_end = min(end, start + SZ_512K - 1); in run_delalloc_compressed() local
1636 async_chunk[i].end = cur_end; in run_delalloc_compressed()
1661 cur_end - start); in run_delalloc_compressed()
1679 nr_pages = DIV_ROUND_UP(cur_end - start, PAGE_SIZE); in run_delalloc_compressed()
1684 start = cur_end + 1; in run_delalloc_compressed()