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_p

Proto:static inline void *memset_p(void **p, void *v, __kernel_size_t n)

Type:void

Parameter:

TypeParameterName
void **p
void *v
__kernel_size_tn
132  If BITS_PER_LONG == 32 Then Return memset32((uint32_t * )p, (uintptr_t)v, n)
134  Else Return memset64((uint64_t * )p, (uintptr_t)v, n)