Searched refs:mremap (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/Documentation/vm/ |
D | overcommit-accounting | 38 The C language stack growth does an implicit mremap. If you want absolute 69 o We account mremap changes in size
|
D | transhuge.txt | 318 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/ |
D | mremap.c | 289 } 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
|
D | Makefile | 10 mlock.o mmap.o mprotect.o mremap.o msync.o rmap.o \
|
D | nommu.c | 1834 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, in SYSCALL_DEFINE5() argument
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 252 ENTRY_SAME(mremap)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 170 SYSCALL_SPU(mremap)
|
/linux-4.1.27/Documentation/ |
D | nommu-mmap.txt | 187 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/ |
D | compat_wrapper.c | 127 COMPAT_SYSCALL_WRAP5(mremap, unsigned long, addr, unsigned long, old_len, unsigned long, new_len, u…
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 34 25 common mremap sys_mremap
|
D | syscall_32.tbl | 172 163 i386 mremap sys_mremap
|
/linux-4.1.27/fs/ |
D | aio.c | 347 .mremap = aio_ring_remap,
|
/linux-4.1.27/include/linux/ |
D | fs.h | 1601 int (*mremap)(struct file *, struct vm_area_struct *); member
|