Function report |
Source Code:fs\userfaultfd.c |
Create Date:2022-07-28 20:20:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vma_can_userfault
Proto:static inline bool vma_can_userfault(struct vm_area_struct *vma)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma |
1298 | Return vma_is_anonymous(vma) || is_vm_hugetlb_page(vma) || vma_is_shmem(vma) |
Name | Describe |
---|---|
userfaultfd_register | |
userfaultfd_unregister |
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 |