Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:test_parman_destroy

Proto:static void test_parman_destroy(struct test_parman *test_parman)

Type:void

Parameter:

TypeParameterName
struct test_parman *test_parman
248  test_parman_items_fini(test_parman)
249  test_parman_prios_fini(test_parman)
250  parman_destroy - destroys existing parman instance*@parman: parman instance* Note: all locking must be provided by the caller.
251  test_parman_resize(test_parman, 0)
252  kfree(test_parman)
Caller
NameDescribe
test_parman_lsort