函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:test_string_get_size_check

函数原型:static __init void test_string_get_size_check(const char *units, const char *exp, char *res, const u64 size, const u64 blk_size)

返回类型:void

参数:

类型参数名称
const char *units
const char *exp
char *res
const u64size
const u64blk_size
345  如果非memcmp(res, exp, strlen(exp) + 1)则返回
348  res[string_get_size_maxbuf - 1]等于'\0'
350  打印警告信息("Test 'test_string_get_size' failed!\n")
351  打印警告信息("string_get_size(size = %llu, blk_size = %llu, units = %s)\n", size, blk_size, units)
353  打印警告信息("expected: '%s', got '%s'\n", exp, res)
调用者
名称描述
__test_string_get_size