函数逻辑报告 |
Source Code:kernel\sched\core.c |
Create Date:2022-07-27 10:36:30 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:进程切换
函数原型:static __always_inline struct rq *context_switch(struct rq *rq, struct task_struct *prev, struct task_struct *next, struct rq_flags *rf)
返回类型:struct rq
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rq * | rq | |
struct task_struct * | prev | |
struct task_struct * | next | |
struct rq_flags * | rf |
3345 | A facility to provide batching of the reload of page tables and* other process state with the actual context switch code for* paravirtualized guests(prev) |
3354 | 如果非内存信息则 |
3355 | 通知底层不需要切换虚拟地址空间 |
3360 | 否则活跃内存信息 = NULL |
3362 | 否则 |
3363 | membarrier_switch_mm(rq, 活跃内存信息, 内存信息) |
3372 | switch_mm_irqs_off(活跃内存信息, 内存信息, next) |
3374 | 如果非内存信息则 |
3383 | prepare_lock_switch(rq, next, rf) |
名称 | 描述 |
---|---|
__schedule | 调度器 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |