Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_bytes8

Proto:static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes)

Type:void

Parameter:

TypeParameterName
const u8 *start
u8value
unsigned intbytes
1012  When bytes cycle
1013  If start != value Then Return start
1015  start++
1016  bytes--
1018  Return NULL
Caller
NameDescribe
memchr_invmemchr_inv - Find an unmatching character in an area of memory.*@start: The memory area*@c: Find a character other than c*@bytes: The size of the area.* returns the address of the first character other than @c, or %NULL