函数逻辑报告 |
Source Code:arch\x86\kernel\process.h |
Create Date:2022-07-27 08:29:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This needs to be inline to optimize for the common case where no extra* work needs to be done.
函数原型:static inline void switch_to_extra(struct task_struct *prev, struct task_struct *next)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | prev | |
struct task_struct * | next |
26 | 如果非static_branch_likely( & switch_to_cond_stibp)则 |
27 | prev_tif与等于_TIF_SPEC_IB的反 |
28 | next_tif与等于_TIF_SPEC_IB的反 |
36 | 如果此条件成立可能性小(为编译器优化)(next_tif & _TIF_WORK_CTXSW_NEXT || prev_tif & _TIF_WORK_CTXSW_PREV)则__switch_to_xtra(prev, next) |
名称 | 描述 |
---|---|
__switch_to | switch_to(x,y) should switch tasks from x to y |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |