Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:send_sig_fault

Proto:int send_sig_fault(int sig, int code, void __user *addr ___ARCH_SI_IA64(int imm, unsigned int flags, unsigned long isr), struct task_struct *t)

Type:int

Parameter:

TypeParameterName
intsig
intcode
void __user *addr
struct task_struct *t
1690  clear_siginfo( & info)
1691  si_signo = sig
1692  si_errno = 0
1693  si_code = code
1694  si_addr = addr
1703  Return These are for backward compatibility with the rest of the kernel source.