Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Fill the buffer with non-zero bytes.

Proto:static void __init fill_buf(char *buf, size_t len, u32 seed)

Type:void

Parameter:

TypeParameterName
char *buf
size_tlen
u32seed
53  When i < len cycle
54  seed = xorshift(seed)
55  buf[i] = mod255(seed)