Function report |
Source Code:kernel\task_work.c |
Create Date:2022-07-28 09:28:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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:
Proto:struct callback_head *task_work_cancel(struct task_struct *task, task_work_func_t func)
Type:struct callback_head
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task | |
task_work_func_t | func |
58 | pprev = task_works |
62 | If Value is more likely to compile time(!task_works) Then Return NULL |
79 | Return work |
Name | Describe |
---|---|
irq_thread | Interrupt handler thread |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |