| 函数逻辑报告 | 
| Source Code: kernel\async.c | Create Date:2022-07-27 10:33:57 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:pick the first pending entry and run it
函数原型:static void async_run_entry_fn(struct work_struct *work)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct work_struct * | work | 
| 118 | pr_debug("calling %lli_%pS @ %i\n", (longlong)cookie, func, task_pid_nr(当前进程)) | 
| 127 | pr_debug("initcall %lli_%pS returned 0 after %lld usecs\n", (longlong)cookie, func, (longlong)Convert ktime_t to nanoseconds >> 10) | 
| 134 | spin_lock_irqsave( & async_lock, flags) | 
| 135 | 删除链表项并重新初始化 | 
| 136 | 删除链表项并重新初始化 | 
| 139 | 释放内存 | 
| 140 | atomic_dec( & entry_count) | 
| 142 | spin_unlock_irqrestore( & async_lock, flags) | 
| 145 | wake_up( & async_done) | 
| 源代码转换工具 开放的插件接口 | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |