Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_bitmap.c Create Date:2022-07-28 06:32:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__check_eq_bitmap

Proto:static bool __init __check_eq_bitmap(const char *srcfile, unsigned int line, const unsigned long *exp_bmap, const unsigned long *bmap, unsigned int nbits)

Type:bool

Parameter:

TypeParameterName
const char *srcfile
unsigned intline
const unsigned long *exp_bmap
const unsigned long *bmap
unsigned intnbits
76  If Not bitmap_equal(exp_bmap, bmap, nbits) Then
77  pr_warn("[%s:%u] bitmaps contents differ: expected \"%*pbl\", got \"%*pbl\"\n", srcfile, line, nbits, exp_bmap, nbits, bmap)
80  Return false
82  Return true