函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched.h Create Date:2022-07-27 06:58:32
Last Modify:2021-07-28 10:30:23 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:task_tgid_nr_ns

函数原型:static inline pid_t task_tgid_nr_ns(struct task_struct *tsk, struct pid_namespace *ns)

返回类型:pid_t

参数:

类型参数名称
struct task_struct *tsk
struct pid_namespace *ns
1382  返回:__task_pid_nr_ns(tsk, PIDTYPE_TGID, ns)
调用者
名称描述
__send_signal
taskstats_exitSend pid data out on exit
bacct_add_tskll in basic accounting fields
__do_notifyThe next function is only to split too long sys_mq_timedsend
tomoyo_get_local_pathmoyo_get_local_path - Get the path of a dentry.*@dentry: Pointer to "struct dentry".*@buffer: Pointer to buffer to return value in.*@buflen: Sizeof @buffer.* Returns the buffer on success, an error code otherwise.
task_ppid_nr_ns