函数逻辑报告 |
Source Code:kernel\task_work.c |
Create Date:2022-07-27 10:29:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ask_work_cancel - cancel a pending work added by task_work_add()*@task: the task which should execute the work*@func: identifies the work to remove* Find the last queued pending work with ->func == @func and remove* it from queue.* RETURNS:
函数原型:struct callback_head *task_work_cancel(struct task_struct *task, task_work_func_t func)
返回类型:struct callback_head
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | task | |
task_work_func_t | func |
62 | 如果此条件成立可能性大(为编译器优化)(!回调队列)则返回:NULL |
79 | 返回:work |
名称 | 描述 |
---|---|
irq_thread | Interrupt handler thread |
keyctl_session_to_parent | Attempt to install the calling process's session keyring on the process's* parent process.* The keyring must exist and must grant the caller LINK permission, and the* parent process must be single-threaded and must have the same effective |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |