函数逻辑报告 |
Source Code:mm\mlock.c |
Create Date:2022-07-27 16:12:55 |
Last Modify:2022-05-23 14:12:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Mark page as mlocked if not already.* If page on LRU, isolate and putback to move to unevictable list.
函数原型:void mlock_vma_page(struct page *page)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page |
91 | BUG_ON(!PageLocked(page)) |
93 | VM_BUG_ON_PAGE(PageTail(page), page) |
96 | 如果非TestSetPageMlocked(page)则 |
97 | mod_zone_page_state(page_zone(page), mlock()ed pages found and moved off LRU , hpage_nr_pages(page)) |
名称 | 描述 |
---|---|
try_to_unmap_one | @arg: enum ttu_flags will be passed to this argument |
try_to_merge_one_page | ry_to_merge_one_page - take two pages and merge them into one*@vma: the vma that holds the pte pointing to page*@page: the PageAnon page that we want to replace with kpage*@kpage: the PageKsm page that we want to map instead of page, |
remove_migration_pte | Restore a potential migration pte to a working pte entry |
follow_trans_huge_pmd | |
follow_page_pte |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |