函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_bitmap.c Create Date:2022-07-27 07:30:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__check_eq_bitmap

函数原型:static bool __init __check_eq_bitmap(const char *srcfile, unsigned int line, const unsigned long *exp_bmap, const unsigned long *bmap, unsigned int nbits)

返回类型:bool

参数:

类型参数名称
const char *srcfile
unsigned intline
const unsigned long *exp_bmap
const unsigned long *bmap
unsigned intnbits
76  如果非bitmap_equal(exp_bmap, bmap, nbits)则
77  打印警告信息("[%s:%u] bitmaps contents differ: expected \"%*pbl\", got \"%*pbl\"\n", srcfile, line, nbits, exp_bmap, nbits, bmap)
80  返回:false
82  返回:true