函数逻辑报告 |
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_equal
函数原型:static inline int bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const unsigned long * | src1 | |
const unsigned long * | src2 | |
unsigned int | nbits |
328 | 如果__builtin_constant_p(nbits & BITMAP_MEM_MASK)且IS_ALIGNED(nbits, BITMAP_MEM_ALIGNMENT)则返回:非memcmp(src1, src2, nbits / 8) |
331 | 返回:__bitmap_equal(src1, src2, nbits) |
名称 | 描述 |
---|---|
__check_eq_bitmap | |
test_mem_optimisations | |
frontswap_register_ops | Register operations for frontswap |
section_deactivate | |
cpumask_equal | pumask_equal - *src1p == *src2p*@src1p: the first input*@src2p: the second input |
__nodes_equal |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |