函数逻辑报告 |
Source Code:include\linux\mm.h |
Create Date:2022-07-27 06:44:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dec_mm_counter
函数原型:static inline void dec_mm_counter(struct mm_struct *mm, int member)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
int | member |
1649 | count等于atomic_long_dec_return( & count[member]) |
1651 | mm_trace_rss_stat(mm, member, count) |
名称 | 描述 |
---|---|
__replace_page | __replace_page - replace page in vma by new page |
try_to_unmap_one | @arg: enum ttu_flags will be passed to this argument |
unuse_pte | No need to decide whether this PTE shares the swap entry with others,* just let do_wp_page work it out if a write is requested later - to* force COW, vm_page_prot omits write permission from any private vma. |
replace_page | place_page - replace page in vma by new ksm page*@vma: vma that holds the pte pointing to page*@page: the page we are replacing by kpage*@kpage: the ksm page we replace page by*@orig_pte: the original value of the pte |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |