Function report |
Source Code:mm\memcontrol.c |
Create Date:2022-07-28 16:13:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mem_cgroup_count_precharge_pte_range
Proto:static int mem_cgroup_count_precharge_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, struct mm_walk *walk)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
pmd_t * | pmd | |
unsigned long | addr | |
unsigned long | end | |
struct mm_walk * | walk |
5488 | If ptl Then |
5496 | spin_unlock(ptl) |
5497 | Return 0 |
5500 | If This is a noop if Transparent Hugepage Support is not built into* the kernel Then Return 0 |
5502 | pte = pte_offset_map_lock(The address space we belong to. , pmd, addr, & ptl) |
5505 | precharge++ |
5506 | pte_unmap_unlock(pte - 1, ptl) |
5507 | cond_resched() |
5509 | Return 0 |
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 |