Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:memset_l

Proto:static inline void *memset_l(unsigned long *p, unsigned long v, __kernel_size_t n)

Type:void

Parameter:

TypeParameterName
unsigned long *p
unsigned longv
__kernel_size_tn
124  If BITS_PER_LONG == 32 Then Return memset32((uint32_t * )p, v, n)
126  Else Return memset64((uint64_t * )p, v, n)
Caller
NameDescribe
zswap_fill_page