Function report |
Source Code:lib\bitmap.c |
Create Date:2022-07-28 06:20:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:map_find_next_zero_area_off - find a contiguous aligned zero area*@map: The address to base the search on*@size: The bitmap size in bits*@start: The bitnumber to start searching at*@nr: The number of zeroed bits we're looking for*@align_mask: Alignment
Proto:unsigned long bitmap_find_next_zero_area_off(unsigned long *map, unsigned long size, unsigned long start, unsigned int nr, unsigned long align_mask, unsigned long align_offset)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | map | |
unsigned long | size | |
unsigned long | start | |
unsigned int | nr | |
unsigned long | align_mask | |
unsigned long | align_offset |
345 | again : |
349 | index = __ALIGN_MASK(index + align_offset, align_mask) - align_offset |
359 | Return index |
Name | Describe |
---|---|
gen_pool_first_fit_align | gen_pool_first_fit_align - find the first available region* of memory matching the size requirement (alignment constraint)*@map: The address to base the search on*@size: The bitmap size in bits*@start: The bitnumber to start searching at*@nr: The number |
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 |