函数逻辑报告 |
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_or
函数原型:static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long * | dst | |
const unsigned long * | src1 | |
const unsigned long * | src2 | |
unsigned int | nbits |
284 | 如果The static inlines below do not handle constant nbits==0 correctly,* so make such users (should any ever turn up) call the out-of-line* versions.(nbits)则dst等于src1按位或src2 |
286 | 否则__bitmap_or(dst, src1, src2, nbits) |
名称 | 描述 |
---|---|
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 |
matrix_alloc_area | |
section_activate | |
cpumask_or | pumask_or - *dstp = *src1p | *src2p*@dstp: the cpumask result*@src1p: the first input*@src2p: the second input |
__nodes_or |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |