Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mm_populate
Proto:static inline void mm_populate(unsigned long addr, unsigned long len)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | addr | |
unsigned long | len |
Name | Describe |
---|---|
vm_mmap_pgoff | |
SYSCALL_DEFINE1 | |
SYSCALL_DEFINE1 | |
SYSCALL_DEFINE5 | Emulation of deprecated remap_file_pages() syscall. |
vm_brk_flags | |
SYSCALL_DEFINE5 | Expand (or shrink) an existing mapping, potentially moving it at the* same time (controlled by the MREMAP_MAYMOVE flag and available VM space)* MREMAP_FIXED option added 5-Dec-1999 by Benjamin LaHaise* This option implies MREMAP_MAYMOVE. |
do_shmat | Fix shmaddr, allocate descriptor, map shm, add attach descriptor to lists.* NOTE! Despite the name, this is NOT a direct system call entrypoint. The* "raddr" thing points to kernel space, and there has to be a wrapper around* this. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |