函数逻辑报告 |
Source Code:kernel\sched\completion.c |
Create Date:2022-07-27 10:41:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mpletion_done - Test to see if a completion has any waiters*@x: completion structure* Return: 0 if there are waiters (wait_for_completion() in progress)* 1 if there are no waiters.* Note, this will always return true if complete_all() was called on @X.
函数原型:bool completion_done(struct completion *x)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct completion * | x |
325 | spin_lock_irqsave( & lock, flags) |
326 | spin_unlock_irqrestore( & lock, flags) |
327 | 返回:true |
名称 | 描述 |
---|---|
__test_mutex | |
stop_machine_from_inactive_cpu | stop_machine_from_inactive_cpu - stop_machine() from inactive CPU*@fn: the function to run*@data: the data ptr for the @fn()*@cpus: the cpus to run the @fn() on (NULL = any online cpu)* This is identical to stop_machine() but can be called from a CPU which |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |