函数逻辑报告 | 
Source Code:kernel\kthread.c | 
Create Date:2022-07-27 10:30:58 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:This function removes the work from the worker queue
函数原型:static bool __kthread_cancel_work(struct kthread_work *work, bool is_dwork, unsigned long *flags)
返回类型:bool
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct kthread_work * | work | |
| bool | is_dwork | |
| unsigned long * | flags | 
| 997 | 如果is_dwork则 | 
| 1009 | raw_spin_unlock_irqrestore( & lock, * flags) | 
| 1010 | del_timer_sync( & timer) | 
| 1011 | raw_spin_lock_irqsave( & lock, * flags) | 
| 1019 | 如果非链表为空则 | 
| 1020 | 删除链表项并重新初始化 | 
| 1021 | 返回:true | 
| 1024 | 返回:false | 
| 名称 | 描述 | 
|---|---|
| kthread_mod_delayed_work | kthread_mod_delayed_work - modify delay of or queue a kthread delayed work*@worker: kthread worker to use*@dwork: kthread delayed work to queue*@delay: number of jiffies to wait before queuing* If @dwork is idle, equivalent to kthread_queue_delayed_work() | 
| __kthread_cancel_work_sync | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |