Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:alloc_string_stream_fragment

Proto:static struct string_stream_fragment *alloc_string_stream_fragment(struct kunit *test, int len, gfp_t gfp)

Type:struct string_stream_fragment

Parameter:

TypeParameterName
struct kunit *test
intlen
gfp_tgfp
52  struct string_stream_fragment_alloc_context context = {test = test, len = len, gfp = gfp}
58  Return kunit_alloc_resource() - Allocates a *test managed resource*
Caller
NameDescribe
string_stream_vadd