Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_hexdump_set

Proto:static void __init test_hexdump_set(int rowsize, bool ascii)

Type:void

Parameter:

TypeParameterName
introwsize
boolascii
151  d = min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(size_t, size of data_b , rowsize)
152  len = get_random_int() % d + 1
154  test_hexdump(len, rowsize, 4, ascii)
155  test_hexdump(len, rowsize, 2, ascii)
156  test_hexdump(len, rowsize, 8, ascii)
157  test_hexdump(len, rowsize, 1, ascii)
Caller
NameDescribe
test_hexdump_init