Home
last modified time | relevance | path

Searched refs:sigsuspend (Results 1 – 12 of 12) sorted by relevance

/linux/arch/um/drivers/
H A Dchan_user.c224 sigsuspend(&sigs); in winch_thread()
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl97 72 32 sigsuspend sys_sigsuspend
98 72 64 sigsuspend sys_ni_syscall
99 72 spu sigsuspend sys_ni_syscall
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl243 201 32 sigsuspend sys_sigsuspend
244 201 64 sigsuspend sys_nis_syscall
/linux/kernel/
H A Dsignal.c4835 static int sigsuspend(sigset_t *set) in sigsuspend() function
4864 return sigsuspend(&newset); in SYSCALL_DEFINE2()
4878 return sigsuspend(&newset); in COMPAT_SYSCALL_DEFINE2()
4883 SYSCALL_DEFINE1(sigsuspend, old_sigset_t, mask) in SYSCALL_DEFINE1() argument
4887 return sigsuspend(&blocked); in SYSCALL_DEFINE1()
4891 SYSCALL_DEFINE3(sigsuspend, int, unused1, int, unused2, old_sigset_t, mask) in SYSCALL_DEFINE3() argument
4895 return sigsuspend(&blocked); in SYSCALL_DEFINE3()
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl57 72 common sigsuspend sys_sigsuspend
/linux/arch/mips/kernel/
H A Dsignal.c589 SYSCALL_DEFINE1(sigsuspend, sigset_t __user *, uset) in SYSCALL_DEFINE1() argument
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl82 72 common sigsuspend sys_sigsuspend
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl120 111 common sigsuspend sys_sigsuspend
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_32.tbl86 72 common sigsuspend sys_sigsuspend
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl87 72 common sigsuspend sys_sigsuspend
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_32.tbl87 72 i386 sigsuspend sys_sigsuspend
/linux/arch/
H A DKconfig1447 Architecture has old sigsuspend(2) syscall, of one-argument variety
1452 Even weirder antique ABI - three-argument sigsuspend(2)
1458 as OLD_SIGSUSPEND | OLD_SIGSUSPEND3 - alpha has sigsuspend(2),