函数逻辑报告 |
Source Code:kernel\debug\kdb\kdb_support.c |
Create Date:2022-07-27 12:47:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:kdb_task_state - Return true if a process has the desired state* given by the mask.* Inputs:* p struct task for the process* mask mask from kdb_task_state_string to select processes* Returns:
函数原型:unsigned long kdb_task_state(const struct task_struct *p, unsigned long mask)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct task_struct * | p | |
unsigned long | mask |
663 | char state[] = {kdb_task_state_char - Return the character that represents the task state.* Inputs:* p struct task for the process* Returns:* One character to represent the task state., '\0'} |
664 | 返回:mask按位与kdb_task_state_string(state)的值不等于0 |
名称 | 描述 |
---|---|
kdb_ps_suppressed | The user may not realize that ps/bta with no parameters does not print idle* or sleeping system daemon processes, so tell them how many were suppressed. |
kdb_ps | |
kdb_bt1 | kdb_bt* This function implements the 'bt' command |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |