函数逻辑报告 |
Source Code:kernel\async.c |
Create Date:2022-07-27 10:33:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lowest_in_progress
函数原型:static async_cookie_t lowest_in_progress(struct async_domain *domain)
返回类型:async_cookie_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct async_domain * | domain |
83 | struct async_entry * first = NULL |
84 | ret等于finity cookie |
87 | spin_lock_irqsave( & async_lock, flags) |
89 | 如果domain则 |
93 | 否则 |
102 | spin_unlock_irqrestore( & async_lock, flags) |
103 | 返回:ret |
名称 | 描述 |
---|---|
async_synchronize_cookie_domain | async_synchronize_cookie_domain - synchronize asynchronous function calls within a certain domain with cookie checkpointing*@cookie: async_cookie_t to use as checkpoint*@domain: the domain to synchronize (%NULL for all registered domains)* This function |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |