函数逻辑报告 |
Source Code:kernel\sched\core.c |
Create Date:2022-07-27 10:37:39 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:state_filter_match
函数原型:static inline bool state_filter_match(unsigned long state_filter, struct task_struct *p)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | state_filter | |
struct task_struct * | p |
5968 | 如果非state_filter则返回:true |
5972 | 如果非任务状态按位与state_filter的值则返回:false |
5979 | 如果state_filter恒等于深度睡眠态且任务状态恒等于TASK_IDLE则返回:false |
5982 | 返回:true |
名称 | 描述 |
---|---|
show_state_filter |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |