Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ptrace_release_task - final ptrace-related cleanup of a zombie being reaped*@task: task in %EXIT_DEAD state* Called with write_lock(&tasklist_lock) held.

Proto:static inline void ptrace_release_task(struct task_struct *task)

Type:void

Parameter:

TypeParameterName
struct task_struct *task
237  BUG_ON(!list_empty - tests whether a list is empty*@head: the list to test.)
238  ptrace_unlink(task)
239  BUG_ON(!list_empty - tests whether a list is empty*@head: the list to test.)
Caller
NameDescribe
release_task