函数逻辑报告 |
Source Code:include\linux\memcontrol.h |
Create Date:2022-07-27 06:56:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:count_memcg_event_mm
函数原型:static inline void count_memcg_event_mm(struct mm_struct *mm, enum vm_event_item idx)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
enum vm_event_item | idx |
765 | 如果mem_cgroup_disabled()则返回 |
770 | 如果此条件成立可能性大(为编译器优化)(memcg)则count_memcg_events(memcg, idx, 1) |
名称 | 描述 |
---|---|
filemap_fault | lemap_fault - read in file data for page fault handling*@vmf: struct vm_fault containing details of the fault* filemap_fault() is invoked via the vma operations vector for a* mapped memory region to read in file data during a page fault |
do_swap_page | We enter with non-exclusive mmap_sem (to exclude vma changes,* but allow concurrent faults), and pte mapped but not yet locked.* We return with pte unmapped and unlocked.* We return with the mmap_sem locked or unlocked in the same cases |
handle_mm_fault | By the time we get here, we already hold the mm semaphore* The mmap_sem may have been released depending on flags and our* return value. See filemap_fault() and __lock_page_or_retry(). |
dax_iomap_pte_fault |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |