函数逻辑报告 |
Source Code:kernel\rcu\rcutorture.c |
Create Date:2022-07-27 11:22:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Free all callbacks on the rcu_fwd_cb_head list, either because the* test is over or because we hit an OOM event.
函数原型:static unsigned long rcu_torture_fwd_prog_cbfree(void)
返回类型:unsigned long
参数:无
1750 | freed等于0 |
1753 | 循环 |
1754 | spin_lock_irqsave( & rcu_fwd_lock, flags) |
1755 | rfcp等于rcu_fwd_cb_head |
1756 | 如果非rfcp则 |
1757 | spin_unlock_irqrestore( & rcu_fwd_lock, flags) |
1758 | 退出 |
1760 | rcu_fwd_cb_head等于rfc_next |
1763 | spin_unlock_irqrestore( & rcu_fwd_lock, flags) |
1765 | freed自加 |
1767 | 如果tick_nohz_full_enabled()则 |
1773 | 返回:freed |
名称 | 描述 |
---|---|
rcu_torture_fwd_prog_cr | Carry out call_rcu() forward-progress testing. |
rcutorture_oom_notify | OOM notifier, but this only prints diagnostic information for the* current forward-progress test. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |