函数逻辑报告 |
Source Code:mm\memcontrol.c |
Create Date:2022-07-27 17:45:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lock_page_lru
函数原型:static void lock_page_lru(struct page *page, int *isolated)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page | |
int * | isolated |
2577 | pgdat等于page_pgdat(page) |
2584 | ClearPageLRU(page) |
2585 | del_page_from_lru_list(page, lruvec, page_lru - which LRU list should a page be on?*@page: the page to test* Returns the LRU list a page should be on, as an index* into the array of LRU lists.) |
2586 | isolated等于1 |
2587 | 否则isolated等于0 |
名称 | 描述 |
---|---|
commit_charge |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |