Function report |
Source Code:include\linux\wait_bit.h |
Create Date:2022-07-28 05:41:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:static inline void clear_and_wake_up_bit(int bit, void *word)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
int | bit | |
void * | word |
334 | smp_mb__after_atomic() |
335 | wake_up_bit(word, bit) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |