函数逻辑报告 |
Source Code:include\linux\wait_bit.h |
Create Date:2022-07-27 06:43:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:wait_on_bit_action - wait for a bit to be cleared*@word: the word being waited on, a kernel virtual address*@bit: the bit of the word being waited on*@action: the function used to sleep, which may take special actions*@mode: the task state to sleep in*
函数原型:static inline int wait_on_bit_action(unsigned long *word, int bit, wait_bit_action_f *action, unsigned mode)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long * | word | |
int | bit | |
wait_bit_action_f * | action | |
unsigned | mode |
153 | might_sleep() |
154 | 如果非st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from则返回:0 |
156 | 返回:out_of_line_wait_on_bit(word, bit, action, mode) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |