函数逻辑报告 | 
Source Code:mm\internal.h | 
Create Date:2022-07-27 07:09:07 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:Turn a non-refcounted page (->_refcount == 0) into refcounted with* a count of one.
函数原型:static inline void set_page_refcounted(struct page *page)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct page * | page | 
| 72 | VM_BUG_ON_PAGE(PageTail(page), page) | 
| 73 | VM_BUG_ON_PAGE(page_ref_count(page), page) | 
| 74 | set_page_count(page, 1) | 
| 名称 | 描述 | 
|---|---|
| __free_pages_core | |
| init_cma_reserved_pageblock | Free whole pageblock and set its migration type to MIGRATE_CMA. | 
| post_alloc_hook | |
| split_page | split_page takes a non-compound higher-order page, and splits it into* n (1< | 
| dequeue_huge_page_node_exact | |
| update_and_free_page | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |