Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bitmap_check_region

Proto:static int bitmap_check_region(const struct region *r)

Type:int

Parameter:

TypeParameterName
const struct region *r
542  If start > end || group_len == 0 || off > group_len Then Return -EINVAL
545  Return 0
Caller
NameDescribe
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