Function report |
Source Code:mm\mempolicy.c |
Create Date:2022-07-28 15:32:40 |
Last Modify:2020-03-17 22:28:11 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__get_vma_policy
Proto:struct mempolicy *__get_vma_policy(struct vm_area_struct *vma, unsigned long addr)
Type:struct mempolicy
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma | |
unsigned long | addr |
1722 | If vma Then |
1723 | If Function pointers to deal with this struct. && get_policy Then |
1724 | pol = get_policy(vma, addr) |
1725 | Else if NUMA policy for the VMA Then |
1739 | Return pol |
Name | Describe |
---|---|
get_vma_policy | get_vma_policy(@vma, @addr)*@vma: virtual memory area whose policy is sought*@addr: address in @vma for shared policy lookup* Returns effective policy for a VMA at specified address |
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 |