Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2022-07-28 09:15:19
Last Modify:2020-03-17 13:28:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Flush all pending signals for this kthread.

Proto:void flush_signals(struct task_struct *t)

Type:void

Parameter:

TypeParameterName
struct task_struct *t
474  spin_lock_irqsave( & siglock, flags)
475  clear_tsk_thread_flag(t, signal pending )
476  flush_sigqueue( & pending)
477  flush_sigqueue( & shared_pending)
478  spin_unlock_irqrestore( & siglock, flags)
Caller
NameDescribe
ignore_signals
io_worker_handle_work
io_wqe_worker