Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched\signal.h Create Date:2022-07-28 05:40:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:task_pid_type

Proto:static inline struct pid *task_pid_type(struct task_struct *task, enum pid_type type)

Type:struct pid

Parameter:

TypeParameterName
struct task_struct *task
enum pid_typetype
597  If type == PIDTYPE_PID Then pid = task_pid(task)
599  Else pid = pids[type]
601  Return pid
Caller
NameDescribe
eligible_pid