Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:send_sigurg_to_task

Proto:static void send_sigurg_to_task(struct task_struct *p, struct fown_struct *fown, enum pid_type type)

Type:void

Parameter:

TypeParameterName
struct task_struct *p
struct fown_struct *fown
enum pid_typetype
811  If sigio_perm(p, fown, SIGURG) Then do_send_sig_info(SIGURG, SEND_SIG_PRIV, p, type)
Caller
NameDescribe
send_sigurg