Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\fork.c Create Date:2022-07-28 08:58:44
Last Modify:2020-03-17 11:04:53 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:legacy_clone_args_valid

Proto:bool legacy_clone_args_valid(const struct kernel_clone_args *kargs)

Type:bool

Parameter:

TypeParameterName
const struct kernel_clone_args *kargs
2463  If flags & set if a pidfd should be placed in parent && flags & set the TID in the parent Then Return false
2467  Return true
Caller
NameDescribe
do_forkFor compatibility with architectures that call do_fork directly rather than* using the syscall entry points below.
SYSCALL_DEFINE5