函数逻辑报告 |
Source Code:kernel\rcu\tree_stall.h |
Create Date:2022-07-27 11:28:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:print_cpu_stall
函数原型:static void print_cpu_stall(void)
返回类型:void
参数:无
429 | rdp等于this_cpu_ptr( & rcu_data) |
431 | totqlen等于0 |
435 | 如果rcu_cpu_stall_suppress则返回 |
443 | 打印错误信息("INFO: %s self-detected stall on CPU\n", Name of structure. ) |
448 | totqlen加等于Return the number of callbacks queued on the specified CPU.* Handles both the nocbs and normal cases. |
449 | 打印标准信息("\t(t=%lu jiffies g=%ld q=%lu)\n", jiffies - Time at which GP started, , (long)Return the current value the update side's sequence number, no ordering. , totqlen) |
459 | 如果ULONG_CMP_GE(jiffies, READ_ONCE(Time at which to check ))则WRITE_ONCE(Time at which to check , jiffies + 3 * Limit-check stall timeouts specified at boottime and runtime. + 3) |
473 | 设置进程需要被调度出去的标志 |
474 | 设置CPU的内核抢占 |
名称 | 描述 |
---|---|
check_cpu_stall |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |