Home
last modified time | relevance | path

Searched refs:mremap (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/Documentation/vm/
Dovercommit-accounting38 The C language stack growth does an implicit mremap. If you want absolute
69 o We account mremap changes in size
Dtranshuge.txt318 Example to make mremap.c transparent hugepage aware with a one liner
321 diff --git a/mm/mremap.c b/mm/mremap.c
322 --- a/mm/mremap.c
323 +++ b/mm/mremap.c
/linux-4.1.27/mm/
Dmremap.c289 } else if (vma->vm_file && vma->vm_file->f_op->mremap) { in move_vma()
290 err = vma->vm_file->f_op->mremap(vma->vm_file, new_vma); in move_vma()
472 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5() argument
DMakefile10 mlock.o mmap.o mprotect.o mremap.o msync.o rmap.o \
Dnommu.c1834 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5() argument
/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S252 ENTRY_SAME(mremap)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h170 SYSCALL_SPU(mremap)
/linux-4.1.27/Documentation/
Dnommu-mmap.txt187 The mremap() function is partially supported. It may change the size of a
198 The mremap() function must be given an exact match for base address and size of
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c127 COMPAT_SYSCALL_WRAP5(mremap, unsigned long, addr, unsigned long, old_len, unsigned long, new_len, u…
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl34 25 common mremap sys_mremap
Dsyscall_32.tbl172 163 i386 mremap sys_mremap
/linux-4.1.27/fs/
Daio.c347 .mremap = aio_ring_remap,
/linux-4.1.27/include/linux/
Dfs.h1601 int (*mremap)(struct file *, struct vm_area_struct *); member