函数逻辑报告 |
Source Code:kernel\locking\lockdep.c |
Create Date:2022-07-27 10:50:54 |
| Last Modify:2020-03-17 14:16:01 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:Unregister a dynamically allocated key.
函数原型:void lockdep_unregister_key(struct lock_class_key *key)
返回类型:void
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct lock_class_key * | key |
| 5167 | hash_head等于keyhashentry(key) |
| 5171 | bool found = false |
| 5173 | might_sleep() |
| 5178 | raw_local_irq_save(flags) |
| 5179 | 如果非graph_lock()则转到:out_irq |
| 5190 | WARN_ON_ONCE(!found) |
| 5192 | Schedule an RCU callback if no RCU callback is pending. Must be called with* the graph lock held. |
| 5193 | graph_unlock() |
| 5194 | out_irq : |
| 5195 | raw_local_irq_restore(flags) |
| 5198 | synchronize_rcu() |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |