函数逻辑报告 | 
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_zero
函数原型:static inline void bitmap_zero(unsigned long *dst, unsigned int nbits)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| unsigned long * | dst | |
| unsigned int | nbits | 
| 227 | len等于BITS_TO_LONGS(nbits)乘sizeof(unsignedlong) | 
| 名称 | 描述 | 
|---|---|
| __bitmap_parse | __bitmap_parse - convert an ASCII hex string into a bitmap | 
| bitmap_parselist | map_parselist - convert list format ASCII string to bitmap*@buf: read user string from this buffer; must be terminated* with a \0 or \n | 
| bitmap_remap | map_remap - Apply map defined by a pair of bitmaps to another bitmap*@dst: remapped result*@src: subset to be remapped*@old: defines domain of map*@new: defines range of map*@nbits: number of bits in each of these bitmaps* Let @old and @new define a | 
| bitmap_onto | map_onto - translate one bitmap relative to another*@dst: resulting translated bitmap*@orig: original untranslated bitmap*@relmap: bitmap relative to which translated*@bits: number of bits in each of these bitmaps* Set the n-th bit of @dst iff there | 
| bitmap_fold | map_fold - fold larger bitmap into smaller, modulo specified size*@dst: resulting smaller bitmap*@orig: original larger bitmap*@sz: specified size*@nbits: number of bits in each of these bitmaps | 
| find_bit_test | |
| bitmap | |
| test_zero_clear | |
| test_copy | |
| test_replace | |
| test_for_each_set_clump8 | |
| frontswap_register_ops | Register operations for frontswap | 
| __frontswap_invalidate_area | Invalidate all data from frontswap associated with all offsets for the* specified swaptype. | 
| ima_restore_measurement_list | Restore the serialized binary measurement list without extending PCRs. | 
| iomap_page_create | |
| cpumask_clear | 清空全部CPU信息 | 
| reset_cpu_possible_mask | |
| __nodes_clear | |
| neigh_parms_data_state_cleanall | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |