函数逻辑报告 |
Source Code:mm\mmu_notifier.c |
Create Date:2022-07-27 17:10:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mmu_interval_notifier_insert - Insert an interval notifier*@mni: Interval notifier to register*@start: Starting virtual address to monitor*@length: Length of the range to monitor*@mm : mm_struct to attach to* This function subscribes the interval notifier
函数原型:int mmu_interval_notifier_insert(struct mmu_interval_notifier *mni, struct mm_struct *mm, unsigned long start, unsigned long length, const struct mmu_interval_notifier_ops *ops)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mmu_interval_notifier * | mni | |
struct mm_struct * | mm | |
unsigned long | start | |
unsigned long | length | |
const struct mmu_interval_notifier_ops * | ops |
936 | might_lock( & mmap_sem) |
938 | mmn_mm等于smp_load_acquire( & mmu_notifier_mm) |
943 | mmn_mm等于mmu_notifier_mm |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |