Home
last modified time | relevance | path

Searched refs:old_end (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/mm/
Dmremap.c89 unsigned long old_addr, unsigned long old_end, in move_ptes() argument
139 for (; old_addr < old_end; old_pte++, old_addr += PAGE_SIZE, in move_ptes()
167 unsigned long extent, next, old_end; in move_page_tables() local
173 old_end = old_addr + len; in move_page_tables()
174 flush_cache_range(vma, old_addr, old_end); in move_page_tables()
177 mmun_end = old_end; in move_page_tables()
180 for (; old_addr < old_end; old_addr += extent, new_addr += extent) { in move_page_tables()
185 if (extent > old_end - old_addr) in move_page_tables()
186 extent = old_end - old_addr; in move_page_tables()
202 new_addr, old_end, in move_page_tables()
[all …]
Dhuge_memory.c1429 unsigned long new_addr, unsigned long old_end, in move_huge_pmd() argument
1440 old_end - old_addr < HPAGE_PMD_SIZE || in move_huge_pmd()
/linux-4.1.27/fs/ocfs2/
Dreservations.c773 unsigned int old_end = ocfs2_resv_end(resv); in ocfs2_adjust_resv_from_alloc() local
775 BUG_ON(start != resv->r_start || old_end < end); in ocfs2_adjust_resv_from_alloc()
780 if (old_end == end) { in ocfs2_adjust_resv_from_alloc()
785 rhs = old_end - end; in ocfs2_adjust_resv_from_alloc()
793 resv->r_len = old_end - resv->r_start + 1; in ocfs2_adjust_resv_from_alloc()
/linux-4.1.27/fs/
Dexec.c580 unsigned long old_end = vma->vm_end; in shift_arg_pages() local
581 unsigned long length = old_end - old_start; in shift_arg_pages()
583 unsigned long new_end = old_end - shift; in shift_arg_pages()
598 if (vma_adjust(vma, new_start, old_end, vma->vm_pgoff, NULL)) in shift_arg_pages()
610 tlb_gather_mmu(&tlb, mm, old_start, old_end); in shift_arg_pages()
615 free_pgd_range(&tlb, new_end, old_end, new_end, in shift_arg_pages()
624 free_pgd_range(&tlb, old_start, old_end, new_end, in shift_arg_pages()
627 tlb_finish_mmu(&tlb, old_start, old_end); in shift_arg_pages()
/linux-4.1.27/include/linux/
Dhuge_mm.h31 unsigned long new_addr, unsigned long old_end,
/linux-4.1.27/fs/btrfs/
Dfree-space-cache.c2387 u64 old_end = info->bytes + info->offset; in btrfs_remove_free_space() local
2396 if (old_end < offset + bytes) { in btrfs_remove_free_space()
2397 bytes -= old_end - offset; in btrfs_remove_free_space()
2398 offset = old_end; in btrfs_remove_free_space()
2400 } else if (old_end == offset + bytes) { in btrfs_remove_free_space()
2407 old_end - (offset + bytes)); in btrfs_remove_free_space()