Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\coredump.c Create Date:2022-07-28 20:30:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:coredump_finish

Proto:static void coredump_finish(struct mm_struct *mm, bool core_dumped)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
boolcore_dumped
479  spin_lock_irq( & siglock)
480  If core_dumped && Not __fatal_signal_pending(current process) Then group_exit_code |= 0x80
482  group_exit_task = NULL
483  flags = group exit in progress
484  spin_unlock_irq( & siglock)
486  next = next
487  When ((curr = next) != NULL) cycle
488  next = next
489  task = task
494  smp_mb()
495  task = NULL
496  wake_up_process - Wake up a specific process*@p: The process to be woken up.* Attempt to wake up the nominated process and move it to the set of runnable* processes.* Return: 1 if the process was woken up, 0 if it was already running.
499  coredumping support = NULL
Caller
NameDescribe
do_coredump