函数逻辑报告 | 
Source Code:kernel\locking\lockdep.c | 
Create Date:2022-07-27 10:50:44 | 
| Last Modify:2020-03-17 14:16:01 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:Schedule an RCU callback if no RCU callback is pending. Must be called with* the graph lock held.
函数原型:static void call_rcu_zapped(struct pending_free *pf)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct pending_free * | pf | 
| 4917 | WARN_ON_ONCE(inside_selftest()) | 
| 4919 | 如果链表为空则返回 | 
| 4922 | 如果scheduled则返回 | 
| 4925 | scheduled = true | 
| 4927 | WARN_ON_ONCE(pf + index != pf) | 
| 4928 | index异或等于1 | 
| 名称 | 描述 | 
|---|---|
| free_zapped_rcu | |
| lockdep_free_key_range_reg | Used in module | 
| lockdep_reset_lock_reg | Remove all information lockdep has about a lock if debug_locks == 1. Free* released data structures from RCU context. | 
| lockdep_unregister_key | Unregister a dynamically allocated key. | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |