Function report |
Source Code:lib\sbitmap.c |
Create Date:2022-07-28 07:22:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sbitmap_find_bit_in_index
Proto:static int sbitmap_find_bit_in_index(struct sbitmap *sb, int index, unsigned int alloc_hint, bool round_robin)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct sbitmap * | sb | |
int | index | |
unsigned int | alloc_hint | |
bool | round_robin |
144 | Do |
145 | nr = __sbitmap_get_word( & @word: word holding free bits, @depth: Number of bits being used in @word/@cleared, alloc_hint, !round_robin) |
148 | If nr != -1 Then Break |
150 | If Not See if we have deferred clears that we can batch move Then Break |
152 | When 1 cycle |
154 | Return nr |
Name | Describe |
---|---|
sbitmap_get |
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 |