函数逻辑报告 |
Source Code:kernel\sched\core.c |
Create Date:2022-07-27 10:36:54 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dle_task - return the idle task for a given CPU.*@cpu: the processor in question.* Return: The idle task for the CPU @cpu.
函数原型:struct task_struct *idle_task(int cpu)
返回类型:struct task_struct
参数:
类型 | 参数 | 名称 |
---|---|---|
int | cpu |
4675 | 返回( & ( * ({ |
4675 | })))->idle |
名称 | 描述 |
---|---|
klp_complete_transition | The transition to the target patch state is complete. Clean up the data* structures. |
klp_try_complete_transition | Try to switch all remaining tasks to the target patch state by walking the* stacks of sleeping tasks and looking for any to-be-patched or* to-be-unpatched functions. If such functions are found, the task can't be* switched yet. |
klp_start_transition | Start the transition to the specified target patch state so tasks can begin* switching to it. |
klp_init_transition | Initialize the global target patch state and all tasks to the initial patch* state, and initialize all function transition states to true in preparation* for patching or unpatching. |
klp_reverse_transition | This function can be called in the middle of an existing transition to* reverse the direction of the target patch state. This can be done to* effectively cancel an existing enable or disable operation if there are any |
klp_force_transition | Drop TIF_PATCH_PENDING of all tasks on admin's request. This forces an* existing transition to finish.* NOTE: klp_update_patch_state(task) requires the task to be inactive or* 'current'. This is not the case here and the consistency model could be* broken |
getthread | |
start_graph_tracing | Allocate a return stack for each task |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |