Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

Name:bitmap_zero

Proto:static inline void bitmap_zero(unsigned long *dst, unsigned int nbits)

Type:void

Parameter:

TypeParameterName
unsigned long *dst
unsigned intnbits
227  len = BITS_TO_LONGS(nbits) * sizeof(unsignedlong)
228  memset(dst, 0, len)
Caller
NameDescribe
__bitmap_parse__bitmap_parse - convert an ASCII hex string into a bitmap
bitmap_parselistmap_parselist - convert list format ASCII string to bitmap*@buf: read user string from this buffer; must be terminated* with a \0 or \n
bitmap_remapmap_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_ontomap_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_foldmap_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_opsRegister operations for frontswap
__frontswap_invalidate_areaInvalidate all data from frontswap associated with all offsets for the* specified swaptype.
ima_restore_measurement_listRestore the serialized binary measurement list without extending PCRs.
iomap_page_create
cpumask_clearpumask_clear - clear all cpus (< nr_cpu_ids) in a cpumask*@dstp: the cpumask pointer
reset_cpu_possible_mask
__nodes_clear