函数逻辑报告 |
Source Code:kernel\rcu\rcu_segcblist.h |
Create Date:2022-07-27 11:18:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Return number of lazy callbacks in segmented callback list.
函数原型:static inline long rcu_segcblist_n_lazy_cbs(struct rcu_segcblist *rsclp)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rcu_segcblist * | rsclp |
65 | 返回:len_lazy |
名称 | 描述 |
---|---|
rcu_do_batch | Invoke any RCU callbacks that have made it to the end of their grace* period. Thottle as specified by rdp->blimit. |
__call_rcu | Helper function for call_rcu() and friends. The cpu argument will* normally be -1, indicating "currently running CPU". It may specify* a CPU only if that CPU is a no-CBs CPU. Currently, only rcu_barrier()* is expected to specify a CPU. |
rcu_segcblist_disable | Disable the specified rcu_segcblist structure, so that callbacks can* no longer be posted to it. This structure must be empty. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |