函数逻辑报告 |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-27 11:25:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Return true if the snapshot returned from rcu_dynticks_snap()* indicates that RCU is in an extended quiescent state.
函数原型:static bool rcu_dynticks_in_eqs(int snap)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
int | snap |
321 | 返回:非snap按位与RCU_DYNTICK_CTRL_CTR的值 |
名称 | 描述 |
---|---|
dyntick_save_progress_counter | Snapshot the specified CPU's dynticks counter so that we can later* credit them with an implicit quiescent state. Return 1 if this CPU* is in dynticks idle mode, which is an extended quiescent state. |
rcu_boot_init_percpu_data | Do boot-time initialization of a CPU's per-CPU RCU data. |
sync_rcu_exp_select_node_cpus | Select the CPUs within the specified rcu_node that the upcoming* expedited grace period needs to wait for. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |