函数逻辑报告 |
Source Code:mm\mmu_notifier.c |
Create Date:2022-07-27 17:10:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:find_get_mmu_notifier
函数原型:static struct mmu_notifier *find_get_mmu_notifier(struct mm_struct *mm, const struct mmu_notifier_ops *ops)
返回类型:struct mmu_notifier
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
const struct mmu_notifier_ops * | ops |
680 | 加自旋锁 |
685 | 如果此条件成立可能性大(为编译器优化)(users != UINT_MAX)则users自加 |
689 | 自旋锁解锁 |
690 | 返回:mn |
692 | 自旋锁解锁 |
693 | 返回:NULL |
名称 | 描述 |
---|---|
mmu_notifier_get_locked | mmu_notifier_get_locked - Return the single struct mmu_notifier for* the mm & ops*@ops: The operations struct being subscribe with*@mm : The mm to attach notifiers too* This function either allocates a new mmu_notifier via* list |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |