函数逻辑报告 |
Source Code:mm\mmu_notifier.c |
Create Date:2022-07-27 17:10:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mmu_notifier_put - Release the reference on the notifier*@mn: The notifier to act on* This function must be paired with each mmu_notifier_get(), it releases the* reference obtained by the get. If this is the last reference then process
函数原型:void mmu_notifier_put(struct mmu_notifier *mn)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mmu_notifier * | mn |
836 | 加自旋锁 |
837 | 如果WARN_ON(!users)或users先自减则转到:out_unlock |
840 | 自旋锁解锁 |
843 | 返回 |
845 | out_unlock : |
846 | 自旋锁解锁 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |