Function report | 
Source Code:mm\memory.c | 
Create Date:2022-07-28 14:41:36 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:apply_to_pmd_range
Proto:static int apply_to_pmd_range(struct mm_struct *mm, pud_t *pud, unsigned long addr, unsigned long end, pte_fn_t fn, void *data, bool create)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct mm_struct * | mm | |
| pud_t * | pud | |
| unsigned long | addr | |
| unsigned long | end | |
| pte_fn_t | fn | |
| void * | data | |
| bool | create | 
| 2067 | err = 0 | 
| 2071 | If create Then | 
| 2075 | Else | 
| 2076 | pmd = pmd_offset(pud, addr) | 
| 2078 | Do | 
| 2079 | next = pmd_addr_end(addr, end) | 
| 2080 | If create || Not pmd_none_or_clear_bad(pmd) Then | 
| 2087 | Return err | 
| Name | Describe | 
|---|---|
| apply_to_pud_range | 
| 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  |