函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:alloc_string_stream_fragment

函数原型:static struct string_stream_fragment *alloc_string_stream_fragment(struct kunit *test, int len, gfp_t gfp)

返回类型:struct string_stream_fragment

参数:

类型参数名称
struct kunit *test
intlen
gfp_tgfp
52  struct string_stream_fragment_alloc_context context = {test = test, len = len, gfp = gfp}
58  返回:kunit_alloc_resource() - Allocates a *test managed resource*
调用者
名称描述
string_stream_vadd