Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\bitmap.h Create Date:2022-07-28 05:34:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bitmap_parse

Proto:static inline int bitmap_parse(const char *buf, unsigned int buflen, unsigned long *maskp, int nmaskbits)

Type:int

Parameter:

TypeParameterName
const char *buf
unsigned intbuflen
unsigned long *maskp
intnmaskbits
456  Return __bitmap_parse - convert an ASCII hex string into a bitmap
Caller
NameDescribe
store_cpumask
cpumask_parsepumask_parse - extract a cpumask from a string*@buf: the buffer to extract from*@dstp: the cpumask to set.* Returns -errno, or 0 for success.