函数逻辑报告 |
Source Code:kernel\rcu\srcutiny.c |
Create Date:2022-07-27 11:19:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Enqueue an SRCU callback on the specified srcu_struct structure,* initiating grace-period processing if it is not already running.
函数原型:void call_srcu(struct srcu_struct *ssp, struct callback_head *rhp, rcu_callback_t func)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct srcu_struct * | ssp | |
struct callback_head * | rhp | |
rcu_callback_t | func |
164 | next = NULL |
165 | local_irq_save(flags) |
166 | Pending callbacks: Tail. 等于rhp |
167 | Pending callbacks: Tail. 等于next |
168 | local_irq_restore(flags) |
169 | 如果非READ_ONCE( GP workqueue running? )则 |
名称 | 描述 |
---|---|
synchronize_srcu | synchronize_srcu - wait for prior SRCU read-side critical-section completion |
srcu_torture_deferred_free | |
srcu_torture_call | |
srcu_call_rcu | |
rcu_free_old_probes |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |