Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kunit_resource_free

Proto:static void kunit_resource_free(struct kunit *test, struct kunit_resource *res)

Type:void

Parameter:

TypeParameterName
struct kunit *test
struct kunit_resource *res
348  free(res)
349  kfree(res)
Caller
NameDescribe
kunit_resource_destroy
kunit_cleanup