函数逻辑报告 |
Source Code:include\linux\bitmap.h |
Create Date:2022-07-27 06:38:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bitmap_copy
函数原型:static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long * | dst | |
const unsigned long * | src | |
unsigned int | nbits |
240 | len等于BITS_TO_LONGS(nbits)乘sizeof(unsignedlong) |
名称 | 描述 |
---|---|
test_copy | |
expand_to_next_prime | |
proc_do_large_bitmap | proc_do_large_bitmap - read/write from/to a large bitmap*@table: the sysctl table*@write: %TRUE if this is a write to the sysctl file*@buffer: the user buffer*@lenp: the size of the user buffer*@ppos: file position* The bitmap is stored at table->data and |
bitmap_copy_clear_tail | Copy bitmap and clear tail bits in last word. |
cpumask_copy | pumask_copy - *dstp = *srcp*@dstp: the result*@srcp: the input cpumask |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |