函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_hexdump.c Create Date:2022-07-27 07:23:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:test_hexdump_set

函数原型:static void __init test_hexdump_set(int rowsize, bool ascii)

返回类型:void

参数:

类型参数名称
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, 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)
调用者
名称描述
test_hexdump_init