Home
last modified time | relevance | path

Searched refs:SI_TKILL (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dsiginfo.h175 #define SI_TKILL -6 /* sent by tkill system call */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h140 #define SI_TKILL -6 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h138 #define SI_TKILL - 6 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dsiginfo.h138 #define SI_TKILL - 6 macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dsiginfo.h186 #define SI_TKILL -6 /* sent by tkill system call */ macro
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H A Dptrace.c220 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c191 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c296 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
H A Dzt-ptrace.c301 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
H A Dsve-ptrace.c665 if (sig == SIGSTOP && si.si_code == SI_TKILL && in do_parent()
/kernel/linux/linux-5.10/kernel/
H A Dsignal.c3764 (kinfo.si_code >= 0 || kinfo.si_code == SI_TKILL)) in SYSCALL_DEFINE4()
3814 info.si_code = SI_TKILL; in do_tkill()
3861 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_sigqueueinfo()
3908 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_tgsigqueueinfo()
/kernel/linux/linux-6.6/kernel/
H A Dsignal.c3921 (kinfo.si_code >= 0 || kinfo.si_code == SI_TKILL)) in SYSCALL_DEFINE4()
3971 info.si_code = SI_TKILL; in do_tkill()
4018 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_sigqueueinfo()
4065 if ((info->si_code >= 0 || info->si_code == SI_TKILL) && in do_rt_tgsigqueueinfo()

Completed in 17 milliseconds