Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\sched.h Create Date:2022-07-28 05:59:40
Last Modify:2021-07-28 10:30:23 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:task_pid_nr_ns

Proto:static inline pid_t task_pid_nr_ns(struct task_struct *tsk, struct pid_namespace *ns)

Type:pid_t

Parameter:

TypeParameterName
struct task_struct *tsk
struct pid_namespace *ns
1330  Return __task_pid_nr_ns(tsk, PIDTYPE_PID, ns)
Caller
NameDescribe
send_signal
do_notify_parentLet a parent know about the death of a child.* For a stopped/continued status change, use do_notify_parent_cldstop instead.* Returns true if our parent ignored us and so we've switched to* self-reaping.
do_notify_parent_cldstopdo_notify_parent_cldstop - notify parent of stopped/continued state change*@tsk: task reporting the state change*@for_ptracer: the notification is for ptracer*@why: CLD_{CONTINUED|STOPPED|TRAPPED} to report
proc_sched_show_task
taskstats_exitSend pid data out on exit
bacct_add_tskll in basic accounting fields
exec_binprm