函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched\signal.h Create Date:2022-07-27 06:42:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:task_pid_type

函数原型:static inline struct pid *task_pid_type(struct task_struct *task, enum pid_type type)

返回类型:struct pid

参数:

类型参数名称
struct task_struct *task
enum pid_typetype
597  如果type恒等于单一进程pid等于task_pid(task)
599  否则pid等于pids[type]
601  返回:pid
调用者
名称描述
eligible_pid