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_zero
Proto:static inline void bitmap_zero(unsigned long *dst, unsigned int nbits)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | dst | |
unsigned int | nbits |
227 | len = BITS_TO_LONGS(nbits) * sizeof(unsignedlong) |
Name | Describe |
---|---|
__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 | pumask_clear - clear all cpus (< nr_cpu_ids) in a cpumask*@dstp: the cpumask pointer |
reset_cpu_possible_mask | |
__nodes_clear |
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 |