函数逻辑报告 |
Source Code:lib\genalloc.c |
Create Date:2022-07-27 07:54:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:map_clear_ll - clear the specified number of bits at the specified position*@map: pointer to a bitmap*@start: a bit position in @map*@nr: number of bits to set* Clear @nr bits start from @start in @map lock-lessly. Several users
函数原型:static int bitmap_clear_ll(unsigned long *map, int start, int nr)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long * | map | |
int | start | |
int | nr |
126 | 当nr减bits_to_clear大于等于0循环 |
134 | 如果nr则 |
136 | 如果clear_bits_ll(p, mask_to_clear)则返回:nr |
140 | 返回:0 |
名称 | 描述 |
---|---|
gen_pool_alloc_algo_owner | gen_pool_alloc_algo_owner - allocate special memory from the pool*@pool: pool to allocate from*@size: number of bytes to allocate from the pool*@algo: algorithm passed from caller*@data: data passed to algorithm*@owner: optionally retrieve the chunk owner |
gen_pool_free_owner | gen_pool_free_owner - free allocated special memory back to the pool*@pool: pool to free to*@addr: starting address of memory to free back to pool*@size: size in bytes of memory to free*@owner: private data stashed at gen_pool_add() time* Free previously |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |