Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\compiler.h Create Date:2022-07-28 05:33:59
Last Modify:2020-03-15 19:10:59 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:read_word_at_a_time

Proto:static __no_kasan_or_inline unsigned long read_word_at_a_time(const void *addr)

Type:unsigned long

Parameter:

TypeParameterName
const void *addr
280  kasan_check_read(addr, 1)
281  Return addr
Caller
NameDescribe
strscpystrscpy - Copy a C-string into a sized buffer*@dest: Where to copy the string to*@src: Where to copy the string from*@count: Size of destination buffer* Copy the string, or as much of it as fits, into the dest buffer. The