Function report | 
Source Code:include\linux\bitmap.h | 
Create Date:2022-07-28 05:34:45 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:bitmap_equal
Proto:static inline int bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const unsigned long * | src1 | |
| const unsigned long * | src2 | |
| unsigned int | nbits | 
| 328 | If __builtin_constant_p(nbits & BITMAP_MEM_MASK) && IS_ALIGNED(nbits, BITMAP_MEM_ALIGNMENT) Then Return Not memcmp(src1, src2, nbits / 8) | 
| 331 | Return __bitmap_equal(src1, src2, nbits) | 
| Name | Describe | 
|---|---|
| __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 | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |