函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\umh.c Create Date:2022-07-27 10:22:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:call_usermodehelper_freeinfo

函数原型:static void call_usermodehelper_freeinfo(struct subprocess_info *info)

返回类型:void

参数:

类型参数名称
struct subprocess_info *info
46  如果cleanup则( * cleanup)(info)
48  释放内存
调用者
名称描述
umh_complete
call_usermodehelper_execall_usermodehelper_exec - start a usermode application*@sub_info: information about the subprocessa*@wait: wait for the application to finish and return status.* when UMH_NO_WAIT don't wait at all, but you get no useful error back