函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:test_hexdump_overflow_set

函数原型:static void __init test_hexdump_overflow_set(size_t buflen, bool ascii)

返回类型:void

参数:

类型参数名称
size_tbuflen
boolascii
210  i等于0
211  rs等于get_random_int()取模2加1的和乘16
213  循环
214  gs等于1左移i
215  len等于get_random_int()取模rsgs
217  test_hexdump_overflow(buflen, unddown - round down to next specified multiple*@x: the value to round*@y: multiple to round down to* Rounds @x down to next multiple of @y. If @y will always be a power* of 2, consider using the faster round_down().(len, gs), rs, gs, ascii)
218 i自加小于3循环
调用者
名称描述
test_hexdump_init