函数逻辑报告 |
Source Code:kernel\rcu\rcu_segcblist.h |
Create Date:2022-07-27 11:18:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Is the specified rcu_segcblist offloaded?
函数原型:static inline bool rcu_segcblist_is_offloaded(struct rcu_segcblist *rsclp)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rcu_segcblist * | rsclp |
86 | 返回:offloaded |
名称 | 描述 |
---|---|
__note_gp_changes | Update CPU-local rcu_data state to record the beginnings and ends of* grace periods. The caller must hold the ->lock of the leaf rcu_node* structure corresponding to the current CPU, and must have irqs disabled. |
rcu_gp_cleanup | Clean up after the old grace period. |
rcu_report_qs_rdp | Record a quiescent state for the specified CPU to that CPU's rcu_data* structure. This must be called from the specified CPU. |
rcu_do_batch | Invoke any RCU callbacks that have made it to the end of their grace* period. Thottle as specified by rdp->blimit. |
rcu_core | Perform RCU core processing work for the current CPU. |
__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_pending | |
rcu_barrier | _barrier - Wait until all in-flight call_rcu() callbacks complete |
rcutree_prepare_cpu | Invoked early in the CPU-online process, when pretty much all services* are available. The incoming CPU is not present.* Initializes a CPU's per-CPU RCU data. Note that only one online or* offline event can be happening at a given time |
show_rcu_gp_kthreads | Show the state of the grace-period kthreads. |
rcu_needs_cpu | Check to see if any future non-offloaded RCU-related work will need* to be done by the current CPU, even if none need be done immediately,* returning 1 if so |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |