Function report |
Source Code:mm\util.c |
Create Date:2022-07-28 14:22:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Slow path of page_mapcount() for compound pages
Proto:int __page_mapcount(struct page *page)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page |
698 | ret = atomic_read( & * If the page can be mapped to userspace, encodes the number * of times this page is referenced by a page table.) + 1 |
705 | page = compound_head(page) |
706 | ret += atomic_read(compound_mapcount_ptr(page)) + 1 |
709 | Return ret |
Name | Describe |
---|---|
page_mapcount |
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 |