函数逻辑报告 |
Source Code:lib\genalloc.c |
Create Date:2022-07-27 07:54:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:map_set_ll - set 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* Set @nr bits start from @start in @map lock-lessly. Several users
函数原型:static int bitmap_set_ll(unsigned long *map, int start, int nr)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long * | map | |
int | start | |
int | nr |
91 | 当nr减bits_to_set大于等于0循环 |
99 | 如果nr则 |
100 | mask_to_set与等于BITMAP_LAST_WORD_MASK(size) |
101 | 如果set_bits_ll(p, mask_to_set)则返回:nr |
105 | 返回: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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |