函数逻辑报告 |
Source Code:kernel\sched\fair.c |
Create Date:2022-07-27 10:38:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:update_min_vruntime
函数原型:static void update_min_vruntime(struct cfs_rq *cfs_rq)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cfs_rq * | cfs_rq |
531 | curr等于'curr' points to currently running entity on this cfs_rq.* It is set to NULL otherwise (i.e when none are currently running). |
534 | vruntime等于min_vruntime |
536 | 如果curr则 |
543 | 如果leftmost则 |
545 | se等于rb_entry(leftmost, structsched_entity, run_node) |
549 | 否则vruntime等于min_vruntime(vruntime, vruntime) |
556 | smp_wmb() |
名称 | 描述 |
---|---|
update_curr | 更新当前进程运行时间,包括虚拟运行时间 |
dequeue_entity |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |