Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\exit.c Create Date:2022-07-28 09:03:21
Last Modify:2020-03-17 11:17:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:eligible_pid

Proto:static int eligible_pid(struct wait_opts *wo, struct task_struct *p)

Type:int

Parameter:

TypeParameterName
struct wait_opts *wo
struct task_struct *p
937  Return wo_type == PIDTYPE_MAX || task_pid_type(p, wo_type) == wo_pid
Caller
NameDescribe
eligible_child
child_wait_callback