函数逻辑报告 |
Source Code:include\linux\wait_bit.h |
Create Date:2022-07-27 06:43:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lear_and_wake_up_bit - clear a bit and wake up anyone waiting on that bit*@bit: the bit of the word being waited on*@word: the word being waited on, a kernel virtual address* You can use this helper if bitflags are manipulated atomically rather than
函数原型:static inline void clear_and_wake_up_bit(int bit, void *word)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
int | bit | |
void * | word |
334 | smp_mb__after_atomic() |
335 | wake_up_bit(word, bit) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |