Function report |
Source Code:include\linux\bitmap.h |
Create Date:2022-07-28 05:34:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bitmap_copy
Proto:static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | dst | |
const unsigned long * | src | |
unsigned int | nbits |
240 | len = BITS_TO_LONGS(nbits) * sizeof(unsignedlong) |
241 | No 3D Now!(dst, src, len) |
Name | Describe |
---|---|
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 |
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 |