Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:parman_destroy - destroys existing parman instance*@parman: parman instance* Note: all locking must be provided by the caller.

Proto:void parman_destroy(struct parman *parman)

Type:void

Parameter:

TypeParameterName
struct parman *parman
292  WARN_ON(!list_empty - tests whether a list is empty*@head: the list to test.)
293  kfree(parman)
Caller
NameDescribe
test_parman_destroy