Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\cmdline-parser.c Create Date:2022-07-28 18:01:50
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cmdline_parts_free

Proto:void cmdline_parts_free(struct cmdline_parts **parts)

Type:void

Parameter:

TypeParameterName
struct cmdline_parts **parts
155  When parts cycle
156  next_parts = next_parts
157  free_subpart( * parts)
158  kfree( * parts)
159  parts = next_parts
Caller
NameDescribe
cmdline_parts_parse