函数逻辑报告 |
Source Code:kernel\rcu\tree.c |
Create Date:2022-07-27 11:25:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Make sure that we give the grace-period kthread time to detect any* idle CPUs before taking active measures to force quiescent states.* However, don't go below 100 milliseconds, adjusted upwards for really* large systems.
函数原型:static void adjust_jiffies_till_sched_qs(void)
返回类型:void
参数:无
449 | WRITE_ONCE(See adjust_jiffies_till_sched_qs(). , How long the grace period must be before we start recruiting* quiescent-state help from rcu_note_context_switch().) |
450 | 返回 |
455 | 如果j小于HZ除10加nr_cpu_ids除Very large systems need more 则j等于HZ除10加nr_cpu_ids除Very large systems need more |
名称 | 描述 |
---|---|
param_set_first_fqs_jiffies | |
param_set_next_fqs_jiffies | |
rcu_init_geometry | Compute the rcu_node tree geometry from kernel parameters. This cannot* replace the definitions in tree.h because those are needed to size* the ->node array in the rcu_state structure. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |