函数逻辑报告 |
Source Code:kernel\sched\loadavg.c |
Create Date:2022-07-27 10:37:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Called from scheduler_tick() to periodically update this CPU's* active count.
函数原型:void calc_global_load_tick(struct rq *this_rq)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rq * | this_rq |
390 | 如果time_before(jiffies, calc_load related fields )则返回 |
393 | delta等于calc_load_fold_active(this_rq, 0) |
名称 | 描述 |
---|---|
scheduler_tick | This function gets called by the timer code, with HZ frequency.* We call it with interrupts disabled. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |