Searched refs:__do_munmap (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | mremap.c | 727 * __do_munmap does all the needed commit accounting, and in SYSCALL_DEFINE5() 733 retval = __do_munmap(mm, addr+new_len, old_len - new_len, in SYSCALL_DEFINE5()
|
H A D | mmap.c | 248 * __do_munmap() may downgrade mmap_lock to read. in SYSCALL_DEFINE1() 255 * before downgrading mmap_lock. When __do_munmap() fails, in SYSCALL_DEFINE1() 259 ret = __do_munmap(mm, newbrk, oldbrk-newbrk, &uf, true); in SYSCALL_DEFINE1() 2871 int __do_munmap(struct mm_struct *mm, unsigned long start, size_t len, in __do_munmap() function 2989 return __do_munmap(mm, start, len, uf, false); in do_munmap() 3001 ret = __do_munmap(mm, start, len, &uf, downgrade); in __vm_munmap()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 2642 extern int __do_munmap(struct mm_struct *, unsigned long, size_t,
|
Completed in 11 milliseconds