Function report |
Source Code:mm\rmap.c |
Create Date:2022-07-28 14:57:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:The following two functions are for anonymous (private mapped) hugepages.* Unlike common anonymous pages, anonymous hugepages have no accounting code* and no lru code, because we handle hugepages differently from common pages.
Proto:void hugepage_add_anon_rmap(struct page *page, struct vm_area_struct *vma, unsigned long address)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
struct vm_area_struct * | vma | |
unsigned long | address |
1964 | BUG_ON(!PageLocked(page)) |
Name | Describe |
---|---|
remove_migration_pte | Restore a potential migration pte to a working pte entry |
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 |